summaryrefslogtreecommitdiff
path: root/src/import/import.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/import.h')
-rw-r--r--src/import/import.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/import/import.h b/src/import/import.h
index e69de29..a1bb081 100644
--- a/src/import/import.h
+++ b/src/import/import.h
@@ -0,0 +1,6 @@
+#ifndef HONEY_IMPORT_H
+#define HONEY_IMPORT_H
+
+void setup_import(lua_State *L, int honey_tbl);
+
+#endif