X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Ftool.h;h=63069fe3af8fe1437a8cc30689e3477083d922c0;hb=84f7e578a810d5e01f2f8cb4fc65a37691a8fa00;hp=70c09588536f72530e86ca753912d59fcfff7d4b;hpb=7da703f186d37b179a60b2a424d4aa3c4427e5f7;p=ngircd-alex.git diff --git a/src/ngircd/tool.h b/src/ngircd/tool.h index 70c09588..63069fe3 100644 --- a/src/ngircd/tool.h +++ b/src/ngircd/tool.h @@ -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