The Wayback Machine - https://web.archive.org/web/20211217232416/https://github.com/nmap/nmap/blob/master/nse_fs.h
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#ifndef NSE_FS
#define NSE_FS
#define LFSLIBNAME "lfs"
LUALIB_API int luaopen_lfs (lua_State *L);
#endif