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:
5
nmap.h
5
nmap.h
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user