]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/tool.h
- "Code Cleanups".
[ngircd-alex.git] / src / ngircd / tool.h
index 70c09588536f72530e86ca753912d59fcfff7d4b..63069fe3af8fe1437a8cc30689e3477083d922c0 100644 (file)
@@ -9,11 +9,14 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: tool.h,v 1.2 2001/12/12 17:20:33 alex Exp $
+ * $Id: tool.h,v 1.3 2001/12/26 14:45:37 alex Exp $
  *
  * log.h: Hilfsfunktionen (Header)
  *
  * $Log: tool.h,v $
+ * Revision 1.3  2001/12/26 14:45:37  alex
+ * - "Code Cleanups".
+ *
  * Revision 1.2  2001/12/12 17:20:33  alex
  * - Tool-Funktionen haben nun das Praefix "ngt_".
  *
@@ -26,7 +29,7 @@
 #define __tool_h__
 
 
-GLOBAL VOID ngt_Trim_Str( CHAR *String );
+GLOBAL VOID ngt_TrimStr( CHAR *String );
 
 
 #endif