1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 12:29:03 +00:00
Files
nmap/nse_fs.h

8 lines
107 B
C

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