summaryrefslogtreecommitdiff
path: root/include/crawler/libcrawler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/crawler/libcrawler.hpp')
-rw-r--r--include/crawler/libcrawler.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/crawler/libcrawler.hpp b/include/crawler/libcrawler.hpp
new file mode 100644
index 0000000..a615bc9
--- /dev/null
+++ b/include/crawler/libcrawler.hpp
@@ -0,0 +1,6 @@
+#ifndef __LIBCRAWLER_H
+#define __LIBCRAWLER_H
+
+void initialize_libcrawler( void *user_data );
+
+#endif