mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Make string argument to nmap_hexdump a const to match nbase.
This commit is contained in:
parent
30110f911e
commit
dcf4aa9f78
2 changed files with 2 additions and 2 deletions
2
utils.h
2
utils.h
|
|
@ -170,7 +170,7 @@ template<class T> T box(T bmin, T bmax, T bnum) {
|
|||
|
||||
int wildtest(char *wild, char *test);
|
||||
|
||||
void nmap_hexdump(unsigned char *cp, unsigned int length);
|
||||
void nmap_hexdump(const unsigned char *cp, unsigned int length);
|
||||
|
||||
void genfry(unsigned char *arr, int elem_sz, int num_elem);
|
||||
void shortfry(unsigned short *arr, int num_elem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue