mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-06 07:46:55 +00:00
Add ngt_TrimLastChr() to header file. By Florian Westphal.
This commit is contained in:
parent
8308c170db
commit
51d09fb4f7
@ -8,7 +8,7 @@
|
||||
* (at your option) any later version.
|
||||
* Please read the file COPYING, README and AUTHORS for more information.
|
||||
*
|
||||
* $Id: tool.h,v 1.1 2003/01/13 12:20:16 alex Exp $
|
||||
* $Id: tool.h,v 1.2 2005/02/04 13:09:03 alex Exp $
|
||||
*
|
||||
* Tool functions (Header)
|
||||
*/
|
||||
@ -18,6 +18,8 @@
|
||||
#define __tool_h__
|
||||
|
||||
|
||||
GLOBAL VOID ngt_TrimLastChr PARAMS((CHAR *String, CONST CHAR Chr ));
|
||||
|
||||
GLOBAL VOID ngt_TrimStr PARAMS((CHAR *String ));
|
||||
|
||||
GLOBAL CHAR *ngt_LowerStr PARAMS((CHAR *String ));
|
||||
|
Loading…
x
Reference in New Issue
Block a user