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

a few more consts

This commit is contained in:
dmiller
2021-04-26 15:04:47 +00:00
parent 1fd272f8dd
commit d142d1f808
8 changed files with 23 additions and 25 deletions

View File

@@ -100,7 +100,7 @@ template<class T> T box(T bmin, T bmax, T bnum) {
return bnum;
}
int wildtest(char *wild, char *test);
int wildtest(const char *wild, const char *test);
void nmap_hexdump(const unsigned char *cp, unsigned int length);