aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-01-19 18:37:41 +0000
committerWerner Koch <[email protected]>1999-01-19 18:37:41 +0000
commitce650acf1fc32a20db50a996ecc3008f47b02188 (patch)
treeeeafe3ce39fcbdc17a377470914942920c6d225b /include/util.h
parentSee ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner Koch (diff)
downloadgnupg-ce650acf1fc32a20db50a996ecc3008f47b02188.tar.gz
gnupg-ce650acf1fc32a20db50a996ecc3008f47b02188.zip
See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h
index 8b8df37e8..892d508cc 100644
--- a/include/util.h
+++ b/include/util.h
@@ -161,7 +161,6 @@ 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_ws( byte *line, unsigned len );
int string_count_chr( const char *string, int c );
int set_native_charset( const char *newset );
char *native_to_utf8( const char *string );