summaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-05-20 14:11:41 +0200
committerWerner Koch <wk@gnupg.org>1999-05-20 14:11:41 +0200
commit77d6309e2189254cf7a45884fb7ef6a415761988 (patch)
tree60da5c2556a5b7cb9c8d65dedd7a293eec2a35e8 /include/util.h
parentSee ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner Koch (diff)
downloadgnupg2-77d6309e2189254cf7a45884fb7ef6a415761988.tar.xz
gnupg2-77d6309e2189254cf7a45884fb7ef6a415761988.zip
See ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner Koch
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 36ce319c3..8dcf6d1f6 100644
--- a/include/util.h
+++ b/include/util.h
@@ -163,6 +163,7 @@ STRLIST strlist_last( STRLIST node );
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 trim_trailing_chars( byte *line, unsigned len, const char *trimchars);
unsigned trim_trailing_ws( byte *line, unsigned len );
int string_count_chr( const char *string, int c );
int set_native_charset( const char *newset );