X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Ftool.h;h=f094eb35f39d2a4ed2de26f5729b8198c0d1c2f0;hb=01bec0daa2c010f6b4c8bac230edd4565ee03894;hp=70c09588536f72530e86ca753912d59fcfff7d4b;hpb=7da703f186d37b179a60b2a424d4aa3c4427e5f7;p=ngircd-alex.git diff --git a/src/ngircd/tool.h b/src/ngircd/tool.h index 70c09588..f094eb35 100644 --- a/src/ngircd/tool.h +++ b/src/ngircd/tool.h @@ -1,24 +1,16 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001 by Alexander Barton (alex@barton.de) + * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: tool.h,v 1.2 2001/12/12 17:20:33 alex Exp $ + * $Id: tool.h,v 1.9 2002/12/12 12:23:43 alex Exp $ * - * log.h: Hilfsfunktionen (Header) - * - * $Log: tool.h,v $ - * 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. + * Tool functions (Header) */ @@ -26,7 +18,9 @@ #define __tool_h__ -GLOBAL VOID ngt_Trim_Str( CHAR *String ); +GLOBAL VOID ngt_TrimStr PARAMS((CHAR *String )); + +GLOBAL CHAR *ngt_LowerStr PARAMS((CHAR *String )); #endif