1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00

Revert r32301..r32306.

Committed accidentally.
This commit is contained in:
david
2013-09-12 08:20:13 +00:00
parent 08e38545a3
commit 28599f1567
15 changed files with 59 additions and 939 deletions

View File

@@ -123,13 +123,5 @@
#include "nsock.h"
#ifdef HAVE_LUA
#include "ncat_lua.h"
#include "ncat_lua_connect.h"
#endif
/* handle nsock-powered connections */
extern int ncat_connect(void);
int check_nsock_error(nsock_pool nsp, nsock_event evt);
void ncat_nsock_postread(nsock_pool nsp, nsock_event evt, const char *buf, int nbytes);
void write_socket_handler(nsock_pool nsp, nsock_event evt, void *data);