]> arthur.barton.de Git - ngircd.git/blobdiff - src/tool/tool.h
Implemented hashed cloaked hostnames for +x
[ngircd.git] / src / tool / tool.h
index 60a65379cb81fa464f774484870eb1e4bb83d946..9fa19e55ba987a31c70e187128e5cbc8b896c790 100644 (file)
@@ -32,6 +32,8 @@ GLOBAL void ngt_TrimStr PARAMS((char *String ));
 GLOBAL char *ngt_UpperStr PARAMS((char *String ));
 GLOBAL char *ngt_LowerStr PARAMS((char *String ));
 
+GLOBAL char *ngt_RandomStr PARAMS((char *String, const size_t len));
+
 #ifdef SYSLOG
 GLOBAL const char *ngt_SyslogFacilityName PARAMS((int Facility));
 GLOBAL int ngt_SyslogFacilityID PARAMS((char *Name, int DefaultFacility));