diff options
Diffstat (limited to 'libexec/flua/modules/lposix.h')
-rw-r--r-- | libexec/flua/modules/lposix.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/flua/modules/lposix.h b/libexec/flua/modules/lposix.h new file mode 100644 index 000000000000..1aa33f042571 --- /dev/null +++ b/libexec/flua/modules/lposix.h @@ -0,0 +1,10 @@ +/*- + * + * This file is in the public domain. + */ + +#pragma once + +#include <lua.h> + +int luaopen_posix(lua_State *L); |