X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Ftool.h;h=b72cb86a3160c333395f1ff8033d83b49af2a6a8;hb=d09dfb3e36782674bbefc0e72a83f5a6e485ce7d;hp=3fab3a68335e2910419de7b42aa934afae9b5dd0;hpb=ca33cbda05902b0009058d369f88c0a7a43b1bbe;p=ngircd-alex.git 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