nmap/nse_fs.h

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