]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/tool.h
- neue Funktion ngt_LowerStr().
[ngircd-alex.git] / src / ngircd / tool.h
index 3fab3a68335e2910419de7b42aa934afae9b5dd0..b72cb86a3160c333395f1ff8033d83b49af2a6a8 100644 (file)
@@ -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