mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Move gcd_n_uint to osscan2.cc.
This commit is contained in:
parent
bf34048667
commit
3fd1247a32
3 changed files with 22 additions and 24 deletions
2
utils.h
2
utils.h
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue