From 31d3f882f882e785d2088329f945338c2d45e298 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 17 Dec 2008 22:53:26 +0000 Subject: [PATCH] Removing some prototypes for functions that aren't around anymore --- nmap.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nmap.h b/nmap.h index 02611c7d9..a823fe971 100644 --- a/nmap.h +++ b/nmap.h @@ -416,21 +416,17 @@ int nmap_main(int argc, char *argv[]); void nmap_free_mem(); /* general helper functions */ -int parse_targets(struct targets *targets, char *h); const char *statenum2str(int state); const char *scantype2str(stype scantype); void sigdie(int signo); void reaper(int signo); char *seqreport(struct seq_info *seq); -char *seqreport1(struct seq_info *seq); -const char *seqclass2ascii(int clas); const char *ipidclass2ascii(int seqclass); const char *tsseqclass2ascii(int seqclass); /* Convert a TCP sequence prediction difficulty index like 1264386 into a difficulty string like "Worthy Challenge */ const char *seqidx2difficultystr(unsigned long idx); -const char *seqidx2difficultystr1(unsigned long idx); int nmap_fetchfile(char *filename_returned, int bufferlen, const char *file); int nmap_fileexistsandisreadable(const char* pathname); int gather_logfile_resumption_state(char *fname, int *myargc, char ***myargv);