diff options
| author | Werner Koch <[email protected]> | 1998-01-16 21:15:24 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-01-16 21:15:24 +0000 |
| commit | 4ec1775f3eaf8733a5285460b631253b90d3c6fb (patch) | |
| tree | 3061decd5793f93c5a51dab58cb45c8e79a26403 /include/iobuf.h | |
| parent | *** empty log message *** (diff) | |
| download | gnupg-4ec1775f3eaf8733a5285460b631253b90d3c6fb.tar.gz gnupg-4ec1775f3eaf8733a5285460b631253b90d3c6fb.zip | |
added some trust model stuff
Diffstat (limited to 'include/iobuf.h')
| -rw-r--r-- | include/iobuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iobuf.h b/include/iobuf.h index d29e0a06e..e381445a5 100644 --- a/include/iobuf.h +++ b/include/iobuf.h @@ -93,6 +93,7 @@ u32 iobuf_get_filelength( IOBUF a ); const char *iobuf_get_fname( IOBUF a ); void iobuf_set_block_mode( IOBUF a, size_t n ); +void iobuf_set_partial_block_mode( IOBUF a, size_t len ); int iobuf_in_block_mode( IOBUF a ); /* get a byte form the iobuf; must check for eof prior to this function |
