diff options
Diffstat (limited to 'src/import/import.h')
-rw-r--r-- | src/import/import.h | 6 |
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 |