1 2 3 4 5 6 7 8
#ifndef YAPSSG_LUA_ENGINE_H #define YAPSSG_LUA_ENGINE_H #include <libxml/HTMLparser.h> int process_html_document(htmlDocPtr document, const char *input_path); #endif