1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +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