X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Ftool.h;h=152e94eb9ad98b54ea455c53d91286ac12a5a129;hb=7a6f99a607176e9172877fe3de68c3cf8f700166;hp=b72cb86a3160c333395f1ff8033d83b49af2a6a8;hpb=fdf23efef4daab09e97e5fa08d497592872df289;p=ngircd-alex.git diff --git a/src/ngircd/tool.h b/src/ngircd/tool.h index b72cb86a..152e94eb 100644 --- a/src/ngircd/tool.h +++ b/src/ngircd/tool.h @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: tool.h,v 1.7 2002/03/22 00:17:27 alex Exp $ + * $Id: tool.h,v 1.8 2002/05/27 13:09:27 alex Exp $ * * log.h: Hilfsfunktionen (Header) */ @@ -19,9 +19,9 @@ #define __tool_h__ -GLOBAL VOID ngt_TrimStr( CHAR *String ); +GLOBAL VOID ngt_TrimStr PARAMS((CHAR *String )); -GLOBAL CHAR *ngt_LowerStr( CHAR *String ); +GLOBAL CHAR *ngt_LowerStr PARAMS((CHAR *String )); #endif