From 91e87a37051018c100cff6c72eb7aaf823efe894 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 17 Aug 2008 13:49:32 +0200 Subject: New function ngt_UpperStr() --- src/tool/tool.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tool/tool.h') diff --git a/src/tool/tool.h b/src/tool/tool.h index 9bb7983f..d17e7872 100644 --- a/src/tool/tool.h +++ b/src/tool/tool.h @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) + * Copyright (c)2001-2008 by Alexander Barton (alex@barton.de) * * 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 @@ -8,8 +8,6 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: tool.h,v 1.6 2008/02/26 22:04:18 fw Exp $ - * * Tool functions (Header) */ @@ -28,7 +26,9 @@ GLOBAL void ngt_TrimLastChr PARAMS((char *String, const char Chr )); GLOBAL void ngt_TrimStr PARAMS((char *String )); +GLOBAL char *ngt_UpperStr PARAMS((char *String )); GLOBAL char *ngt_LowerStr PARAMS((char *String )); + #endif -- cgit 1.4.1