mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 04:19:02 +00:00
make a ton of global symbols static
This commit is contained in:
4
nmap.h
4
nmap.h
@@ -426,8 +426,6 @@ void *realloc();
|
||||
|
||||
/***********************PROTOTYPES**********************************/
|
||||
|
||||
/* print usage information and exit */
|
||||
void printusage(char *name, int rc);
|
||||
/* print Interactive usage information */
|
||||
void printinteractiveusage();
|
||||
|
||||
@@ -454,7 +452,6 @@ int listen_icmp(int icmpsock, unsigned short outports[],
|
||||
int nmap_main(int argc, char *argv[]);
|
||||
|
||||
/* general helper functions */
|
||||
char *grab_next_host_spec(FILE *inputfd, int argc, char **fakeargv);
|
||||
int parse_targets(struct targets *targets, char *h);
|
||||
char *statenum2str(int state);
|
||||
char *scantype2str(stype scantype);
|
||||
@@ -469,7 +466,6 @@ char *tsseqclass2ascii(int seqclass);
|
||||
into a difficulty string like "Worthy Challenge */
|
||||
const char *seqidx2difficultystr(unsigned long idx);
|
||||
int nmap_fetchfile(char *filename_returned, int bufferlen, char *file);
|
||||
int fileexistsandisreadable(char *pathname);
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user