X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Ftool.h;h=b72cb86a3160c333395f1ff8033d83b49af2a6a8;hp=3fab3a68335e2910419de7b42aa934afae9b5dd0;hb=fdf23efef4daab09e97e5fa08d497592872df289;hpb=d7d2ab3d7f096d77be163107d70e2da62c595a65;ds=sidebyside diff --git a/src/ngircd/tool.h b/src/ngircd/tool.h index 3fab3a68..b72cb86a 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.6 2002/03/12 14:37:52 alex Exp $ + * $Id: tool.h,v 1.7 2002/03/22 00:17:27 alex Exp $ * * log.h: Hilfsfunktionen (Header) */ @@ -21,6 +21,8 @@ GLOBAL VOID ngt_TrimStr( CHAR *String ); +GLOBAL CHAR *ngt_LowerStr( CHAR *String ); + #endif