1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Tue Mar 2 16:44:57 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-03-02 15:48:37 +00:00
parent c27c7416d5
commit 20bb42bfe7
12 changed files with 103 additions and 102 deletions

View file

@ -86,7 +86,6 @@ typedef struct {
unsigned buffer_len; /* used length of the buffer */
unsigned buffer_pos; /* read position */
int truncated; /* number of truncated lines */
int clearsign;
int not_dash_escaped;
int escape_from;
MD_HANDLE md;
@ -117,6 +116,8 @@ int cipher_filter( void *opaque, int control,
/*-- textfilter.c --*/
int text_filter( void *opaque, int control,
IOBUF chain, byte *buf, size_t *ret_len);
int copy_clearsig_text( IOBUF out, IOBUF inp, MD_HANDLE md,
int escape_dash, int escape_from );