mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Split string pool functions into separate file from osscan.cc
This commit is contained in:
6
osscan.h
6
osscan.h
@@ -217,12 +217,6 @@ struct FingerPrintDB {
|
||||
|
||||
/********************** PROTOTYPES ***********************************/
|
||||
|
||||
/* The OS database consists of many small strings, many of which appear
|
||||
thousands of times. It pays to allocate memory only once for each unique
|
||||
string, and have all references point at the one allocated value. */
|
||||
const char *string_pool_insert(const char *s);
|
||||
const char *string_pool_sprintf(const char *fmt, ...);
|
||||
|
||||
const char *fp2ascii(FingerPrint *FP);
|
||||
|
||||
/* Parses a single fingerprint from the memory region given. If a
|
||||
|
||||
Reference in New Issue
Block a user