summaryrefslogtreecommitdiffstats
path: root/nse_fs.h
blob: e73e6cd639928365009533cf4db0b1ca6d062ad1 (plain)
1
2
3
4
5
6
7
8
#ifndef NSE_FS
#define NSE_FS

#define LFSLIBNAME "lfs"
LUALIB_API int luaopen_lfs (lua_State *L);

#endif