mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 02:27:59 +00:00
10 lines
143 B
C
10 lines
143 B
C
#ifndef NSE_FS
|
|
#define NSE_FS
|
|
|
|
int fetchfile_absolute (lua_State *L);
|
|
|
|
int nse_readdir (lua_State *L);
|
|
|
|
int luaopen_fs (lua_State *L);
|
|
|
|
#endif
|