mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
11 lines
143 B
C
11 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
|