1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 06:29:03 +00:00

latest changes ...

This commit is contained in:
fyodor
2006-03-25 23:56:48 +00:00
parent 161b2bb30f
commit 7fafddee53
26 changed files with 466 additions and 194 deletions

5
nmap.h
View File

@@ -174,10 +174,6 @@ void *realloc();
/* BSDI needs this to insure the correct struct ip */
#undef _IP_VHL
#if HAVE_STRINGS_H
#include <strings.h>
#endif
#include <stdio.h>
#if HAVE_RPC_TYPES_H
@@ -473,5 +469,4 @@ int gather_logfile_resumption_state(char *fname, int *myargc, char ***myargv);
int inet_aton(register const char *, struct in_addr *);
#endif
#endif /* NMAP_H */