diff options
author | Werner Koch <[email protected]> | 1999-12-31 11:44:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-12-31 11:44:29 +0000 |
commit | ed0b0e09d3eb529dc83fab4f24d4fc3abe649bd2 (patch) | |
tree | acdf31e4ef6ec6940169de6bd2a557451b8b73f9 /util/stringhelp.h | |
parent | See ChangeLog: Thu Dec 9 17:22:27 CET 1999 Werner Koch (diff) | |
download | gnupg-ed0b0e09d3eb529dc83fab4f24d4fc3abe649bd2.tar.gz gnupg-ed0b0e09d3eb529dc83fab4f24d4fc3abe649bd2.zip |
See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch
Diffstat (limited to 'util/stringhelp.h')
-rw-r--r-- | util/stringhelp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/stringhelp.h b/util/stringhelp.h index 98b3ad551..c51cb552f 100644 --- a/util/stringhelp.h +++ b/util/stringhelp.h @@ -25,9 +25,10 @@ const char *memistr( const char *buf, size_t buflen, const char *sub ); char *mem2str( char *, const void *, size_t); char *trim_spaces( char *string ); -unsigned int trim_trailing_chars( byte *line, unsigned len, +char *trim_trailing_spaces( char *string ); +unsigned int trim_trailing_chars( unsigned char *line, unsigned len, const char *trimchars); -unsigned int trim_trailing_ws( byte *line, unsigned len ); +unsigned int trim_trailing_ws( unsigned char *line, unsigned len ); #ifndef HAVE_MEMICMP |