about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2005-02-04 13:09:03 +0000
committerAlexander Barton <alex@barton.de>2005-02-04 13:09:03 +0000
commit51d09fb4f7a454c86012abe52532d6383bea11d5 (patch)
tree26515e2db27e40be47337c2ee8523155ec8d5307 /src
parent8308c170dbf7f1c998ca0cb3b1ce7d21712a9f08 (diff)
downloadngircd-51d09fb4f7a454c86012abe52532d6383bea11d5.tar.gz
ngircd-51d09fb4f7a454c86012abe52532d6383bea11d5.zip
Add ngt_TrimLastChr() to header file. By Florian Westphal.
Diffstat (limited to 'src')
-rw-r--r--src/tool/tool.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tool/tool.h b/src/tool/tool.h
index 65817779..13d4a9fc 100644
--- a/src/tool/tool.h
+++ b/src/tool/tool.h
@@ -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 ));