X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Ftool.h;h=152e94eb9ad98b54ea455c53d91286ac12a5a129;hp=01a88a229841b25574d6e981a908a6768eff36ad;hb=1d8cb34bc88c8891a1d6a7c3a78ff78909e9f8bf;hpb=1547f76cfdfabe2226af2e35196316b21a32937c diff --git a/src/ngircd/tool.h b/src/ngircd/tool.h index 01a88a22..152e94eb 100644 --- a/src/ngircd/tool.h +++ b/src/ngircd/tool.h @@ -9,27 +9,9 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: tool.h,v 1.5 2002/01/02 02:42:58 alex Exp $ + * $Id: tool.h,v 1.8 2002/05/27 13:09:27 alex Exp $ * * log.h: Hilfsfunktionen (Header) - * - * $Log: tool.h,v $ - * Revision 1.5 2002/01/02 02:42:58 alex - * - Copyright-Texte aktualisiert. - * - * Revision 1.4 2001/12/31 02:18:51 alex - * - viele neue Befehle (WHOIS, ISON, OPER, DIE, RESTART), - * - neuen Header "defines.h" mit (fast) allen Konstanten. - * - Code Cleanups und viele "kleine" Aenderungen & Bugfixes. - * - * 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. */ @@ -37,7 +19,9 @@ #define __tool_h__ -GLOBAL VOID ngt_TrimStr( CHAR *String ); +GLOBAL VOID ngt_TrimStr PARAMS((CHAR *String )); + +GLOBAL CHAR *ngt_LowerStr PARAMS((CHAR *String )); #endif