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