1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files

This commit is contained in:
kris
2007-02-04 02:53:29 +00:00
parent 692f904579
commit cc14c538ad
9 changed files with 0 additions and 45 deletions

View File

@@ -172,7 +172,3 @@ class NmapOutputTable {
#endif /* NMAPOUTPUTTABLE_H */ #endif /* NMAPOUTPUTTABLE_H */

View File

@@ -2476,4 +2476,3 @@ int nmap_fetchfile(char *filename_returned, int bufferlen, char *file) {
} }

View File

@@ -650,12 +650,3 @@ void close_rpc_query_sockets() {
} }
} }

View File

@@ -189,9 +189,3 @@ void close_rpc_query_sockets();
#endif /* NMAP_RPC_H */ #endif /* NMAP_RPC_H */

View File

@@ -171,7 +171,3 @@ int ipid_sequence(int numSamples, u16 *ipids, int islocalhost);
#endif /*OSSCAN_H*/ #endif /*OSSCAN_H*/

View File

@@ -1726,5 +1726,3 @@ void printfinaloutput() {
log_flush_all(); log_flush_all();
} }

View File

@@ -247,9 +247,3 @@ struct scan_lists *getfastprots(void) {
return scanlist; return scanlist;
} }

View File

@@ -176,12 +176,3 @@ int dumpExclude(TargetGroup*exclude_group);
void returnhost(HostGroupState *hs); void returnhost(HostGroupState *hs);
#endif /* TARGETS_H */ #endif /* TARGETS_H */

View File

@@ -760,7 +760,3 @@ void set_pcap_filter(const char *device, pcap_t *pd, char *bpf, ...);
#endif /*TCPIP_H*/ #endif /*TCPIP_H*/