nmap/nse_fs.h

7 lines
107 B
C

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