1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00
elinks/src/document/dom/source.h

11 lines
174 B
C
Raw Normal View History

#ifndef EL__DOCUMENT_DOM_SOURCE_H
#define EL__DOCUMENT_DOM_SOURCE_H
#include "dom/stack.h"
extern struct dom_stack_context_info dom_source_renderer_context_info;
#endif