File: nse_nsock.h

package info (click to toggle)
nmap 7.93%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 44,552 kB
  • sloc: cpp: 60,990; ansic: 30,785; python: 17,679; xml: 11,558; sh: 11,320; perl: 2,679; makefile: 1,000; java: 45; objc: 43
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#ifndef NMAP_LUA_NSOCK_H
#define NMAP_LUA_NSOCK_H

#include "nse_lua.h"

LUALIB_API int luaopen_nsock (lua_State *);

#endif