oga/ext/c/lexer.h

9 lines
121 B
C
Raw Normal View History

#ifndef LIBOGA_XML_LEXER_H
#define LIBOGA_XML_LEXER_H
2014-05-18 14:51:17 +00:00
#include "liboga.h"
extern void Init_liboga_xml_lexer();
#endif