]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/tool.h
- "Code Cleanups".
[ngircd-alex.git] / src / ngircd / tool.h
index 2f2614671868a46f6ae03fccc4f2b5761e9c2b2b..63069fe3af8fe1437a8cc30689e3477083d922c0 100644 (file)
@@ -9,14 +9,19 @@
  * 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.1 2001/12/11 21:53:04 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.1  2001/12/11 21:53:04  alex
- * Initial revision
+ * 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_".
+ *
+ * Revision 1.1.1.1  2001/12/11 21:53:04  alex
+ * - Imported sources to CVS.
  */
 
 
@@ -24,7 +29,7 @@
 #define __tool_h__
 
 
-GLOBAL VOID Trim_Str( CHAR *String );
+GLOBAL VOID ngt_TrimStr( CHAR *String );
 
 
 #endif