mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
14 lines
262 B
C
14 lines
262 B
C
|
|
||
|
#ifndef EL__DOCUMENT_DOM_RSS_H
|
||
|
#define EL__DOCUMENT_DOM_RSS_H
|
||
|
|
||
|
#include "dom/stack.h"
|
||
|
|
||
|
|
||
|
#define RSS_CONFIG_FLAGS \
|
||
|
(DOM_CONFIG_NORMALIZE_WHITESPACE | DOM_CONFIG_NORMALIZE_CHARACTERS)
|
||
|
|
||
|
extern struct dom_stack_context_info dom_rss_renderer_context_info;
|
||
|
|
||
|
#endif
|