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