aboutsummaryrefslogtreecommitdiff
path: root/src/LuaEngine/LuaEngine.h
blob: bd035b907410ebf8233405a653ec4bcdf61a6803 (plain)
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