mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 00:49:01 +00:00
Moar const
This commit is contained in:
@@ -435,7 +435,7 @@ char *escape_windows_command_arg(const char *arg);
|
||||
|
||||
/* parse_long is like strtol or atoi, but it allows digits only.
|
||||
No whitespace, sign, or radix prefix. */
|
||||
long parse_long(const char *s, char **tail);
|
||||
long parse_long(const char *s, const char **tail);
|
||||
|
||||
/* This function takes a byte count and stores a short ascii equivalent
|
||||
in the supplied buffer. Eg: 0.122MB, 10.322Kb or 128B. */
|
||||
|
||||
Reference in New Issue
Block a user