mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 06:29:03 +00:00
NSE committed
This commit is contained in:
8
nse_string.h
Normal file
8
nse_string.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef NSE_STRING
|
||||
#define NSE_STRING
|
||||
|
||||
int nse_isprint(int c);
|
||||
char* nse_hexify(const void *data, unsigned int data_len);
|
||||
char* nse_printable(const void *data, unsigned int data_len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user