nmap/nse_fs.h

6 lines
81 B
C

#ifndef NSE_FS
#define NSE_FS
LUALIB_API int luaopen_fs (lua_State *L);
#endif