diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-09-16 16:32:06 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-09-16 16:32:06 -0400 |
| commit | 4c8d764d171ec77ff626cec273c44ec7e7a995fc (patch) | |
| tree | dc36193e611ece53c8f7e74d1dea71f8d9e7004e /src/LuaEngine/LuaEngine.h | |
| download | yapssg-master.tar.gz | |
Diffstat (limited to 'src/LuaEngine/LuaEngine.h')
| -rw-r--r-- | src/LuaEngine/LuaEngine.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/LuaEngine/LuaEngine.h b/src/LuaEngine/LuaEngine.h new file mode 100644 index 0000000..bd035b9 --- /dev/null +++ b/src/LuaEngine/LuaEngine.h @@ -0,0 +1,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 |
