]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/tool.h
- Header messages.h eingefuegt.
[ngircd-alex.git] / src / ngircd / tool.h
index 2f2614671868a46f6ae03fccc4f2b5761e9c2b2b..70c09588536f72530e86ca753912d59fcfff7d4b 100644 (file)
@@ -9,14 +9,16 @@
  * 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.2 2001/12/12 17:20:33 alex Exp $
  *
  * log.h: Hilfsfunktionen (Header)
  *
  * $Log: tool.h,v $
- * Revision 1.1  2001/12/11 21:53:04  alex
- * Initial revision
+ * 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 +26,7 @@
 #define __tool_h__
 
 
-GLOBAL VOID Trim_Str( CHAR *String );
+GLOBAL VOID ngt_Trim_Str( CHAR *String );
 
 
 #endif