X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Ftool.h;h=f094eb35f39d2a4ed2de26f5729b8198c0d1c2f0;hb=01bec0daa2c010f6b4c8bac230edd4565ee03894;hp=3fab3a68335e2910419de7b42aa934afae9b5dd0;hpb=ca33cbda05902b0009058d369f88c0a7a43b1bbe;p=ngircd-alex.git diff --git a/src/ngircd/tool.h b/src/ngircd/tool.h index 3fab3a68..f094eb35 100644 --- a/src/ngircd/tool.h +++ b/src/ngircd/tool.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * 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 ngIRCd 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.6 2002/03/12 14:37:52 alex Exp $ + * $Id: tool.h,v 1.9 2002/12/12 12:23:43 alex Exp $ * - * log.h: Hilfsfunktionen (Header) + * Tool functions (Header) */ @@ -19,7 +18,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