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

7 lines
81 B
C

#ifndef NSE_FS
#define NSE_FS
LUALIB_API int luaopen_fs (lua_State *L);
#endif