mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +00:00
7 lines
81 B
C
7 lines
81 B
C
#ifndef NSE_FS
|
|
#define NSE_FS
|
|
|
|
LUALIB_API int luaopen_fs (lua_State *L);
|
|
|
|
#endif
|