X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Ftool%2Ftool.h;h=9fa19e55ba987a31c70e187128e5cbc8b896c790;hp=ea9e96b92b1d0fa874270239ca92dea2a1e49bdc;hb=49385a98b2878ae6f19dd0925e0dc90fcc3d6372;hpb=4943bbb066bb49603743ae03846689d2f82441b6 diff --git a/src/tool/tool.h b/src/tool/tool.h index ea9e96b9..9fa19e55 100644 --- a/src/tool/tool.h +++ b/src/tool/tool.h @@ -7,13 +7,16 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * Tool functions (Header) */ - #ifndef __tool_h__ #define __tool_h__ + +/** + * @file + * Tool functions (Header) + */ + #include "portab.h" #ifdef HAVE_ARPA_INET_H @@ -29,12 +32,13 @@ 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 char *ngt_SyslogFacilityName PARAMS((int Facility)); +GLOBAL const char *ngt_SyslogFacilityName PARAMS((int Facility)); GLOBAL int ngt_SyslogFacilityID PARAMS((char *Name, int DefaultFacility)); #endif #endif - /* -eof- */