1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

latest changes, including a couple doug fixes

This commit is contained in:
fyodor
2006-05-16 21:46:41 +00:00
parent 90d9ceaefa
commit 48a6d1ce41
10 changed files with 91 additions and 43 deletions

5
nmap.h
View File

@@ -464,9 +464,4 @@ const char *seqidx2difficultystr(unsigned long idx);
int nmap_fetchfile(char *filename_returned, int bufferlen, char *file);
int gather_logfile_resumption_state(char *fname, int *myargc, char ***myargv);
/* From glibc 2.0.6 because Solaris doesn't seem to have this function */
#ifndef HAVE_INET_ATON
int inet_aton(register const char *, struct in_addr *);
#endif
#endif /* NMAP_H */