mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
11 lines
164 B
C
11 lines
164 B
C
/*-
|
|
*
|
|
* This file is in the public domain.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <lua.h>
|
|
|
|
int luaopen_posix_sys_stat(lua_State *L);
|
|
int luaopen_posix_unistd(lua_State *L);
|