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

Move gcd_n_uint to osscan2.cc.

This commit is contained in:
david
2013-05-13 04:59:13 +00:00
parent bf34048667
commit 3fd1247a32
3 changed files with 22 additions and 24 deletions

View File

@@ -175,8 +175,6 @@ char *chomp(char *string);
int Send(int sd, const void *msg, size_t len, int flags);
unsigned int gcd_n_uint(int nvals, unsigned int *val);
int arg_parse(const char *command, char ***argv);
void arg_parse_free(char **argv);