xref: /freebsd/libexec/flua/modules/lposix.h (revision ebacd8013fe5f7fdf9f6a5b286f6680dd2891036)
1 /*-
2  *
3  * This file is in the public domain.
4  */
5 /* $FreeBSD$ */
6 
7 #pragma once
8 
9 #include <lua.h>
10 
11 int luaopen_posix_sys_stat(lua_State *L);
12 int luaopen_posix_unistd(lua_State *L);
13