summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-01-20 19:10:35 +0100
committerWerner Koch <wk@gnupg.org>1999-01-20 19:10:35 +0100
commit7debff3867c0c087ccae465517aa26e475266427 (patch)
treebcb1ccedb0ee7711cb28a6add0a16a56cf0d0c34 /include
parentSee ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch (diff)
downloadgnupg2-7debff3867c0c087ccae465517aa26e475266427.tar.xz
gnupg2-7debff3867c0c087ccae465517aa26e475266427.zip
See ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner Koch
Diffstat (limited to 'include')
-rw-r--r--include/iobuf.h1
-rw-r--r--include/util.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/iobuf.h b/include/iobuf.h
index 9f4e8e72c..92671005c 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -104,6 +104,7 @@ int iobuf_writebyte(IOBUF a, unsigned c);
int iobuf_write(IOBUF a, byte *buf, unsigned buflen );
int iobuf_writestr(IOBUF a, const char *buf );
+void iobuf_flush_temp( IOBUF temp );
int iobuf_write_temp( IOBUF a, IOBUF temp );
size_t iobuf_temp_to_buffer( IOBUF a, byte *buffer, size_t buflen );
void iobuf_unget_and_close_temp( IOBUF a, IOBUF temp );
diff --git a/include/util.h b/include/util.h
index 892d508cc..8b8df37e8 100644
--- a/include/util.h
+++ b/include/util.h
@@ -161,6 +161,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_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 );