]> arthur.barton.de Git - ngircd.git/blobdiff - src/tool/tool.h
Implemented hashed cloaked hostnames for +x
[ngircd.git] / src / tool / tool.h
index ba52f66bb8bc2ff68087ee9c6a51c3a47f08cfe8..9fa19e55ba987a31c70e187128e5cbc8b896c790 100644 (file)
@@ -9,7 +9,6 @@
  * Please read the file COPYING, README and AUTHORS for more information.
  */
 
-
 #ifndef __tool_h__
 #define __tool_h__
 
@@ -33,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));
@@ -40,5 +41,4 @@ GLOBAL int ngt_SyslogFacilityID PARAMS((char *Name, int DefaultFacility));
 
 #endif
 
-
 /* -eof- */