diff options
Diffstat (limited to 'src/bindings.h')
-rw-r--r-- | src/bindings.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bindings.h b/src/bindings.h new file mode 100644 index 0000000..3ee3a1a --- /dev/null +++ b/src/bindings.h @@ -0,0 +1,8 @@ +#ifndef ARGENT_BINDINGS_H +#define ARGENT_BINDINGS_H + +#include <lua.h> + +int markdown(lua_State *L); + +#endif |