summaryrefslogtreecommitdiff
path: root/src/bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings.h')
-rw-r--r--src/bindings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindings.h b/src/bindings.h
index 847baa7..02f33c6 100644
--- a/src/bindings.h
+++ b/src/bindings.h
@@ -13,4 +13,6 @@ int create_directory(lua_State *L);
int copy_file(lua_State *L);
+int argent_log_lua(lua_State *L);
+
#endif