summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-14 13:08:41 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-14 13:08:41 +0200
commitc757efa3ee6f395e3ada3088065c73eb953f6834 (patch)
tree8660ca4d2ec0024177541cd4ca123e04e6541252 /include
parent0fdd066c566564a786e9070fbfb82a0b70bd1790 (diff)
downloadcrawler-c757efa3ee6f395e3ada3088065c73eb953f6834.tar.gz
crawler-c757efa3ee6f395e3ada3088065c73eb953f6834.tar.bz2
added initialize_libcrawler instead of silly tolua trick in the main program
Diffstat (limited to 'include')
-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