1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00
Files
nmap/nse_nsock.h
d33tah e3d1c178e3 Add newlines at the EOF in conformance to Daniel's coding standards
proposal. This only affects Nmap's root directory. We might also need to
modify the code which autogenerates Nmap's source code files such as IPv6
fingerprinting code.
2014-06-18 10:18:58 +00:00

10 lines
127 B
C

#ifndef NMAP_LUA_NSOCK_H
#define NMAP_LUA_NSOCK_H
#include "nse_main.h"
LUALIB_API int luaopen_nsock (lua_State *);
#endif