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

Reverted recent changes to --output. This is the stable branch and it

might break applications.
This commit is contained in:
Werner Koch 2003-04-14 07:52:18 +00:00
parent b79275a66f
commit 7b63a8ed5c
5 changed files with 62 additions and 113 deletions

View file

@ -356,8 +356,6 @@ int proc_signature_packets( void *ctx, IOBUF a,
STRLIST signedfiles, const char *sigfile );
int proc_encryption_packets( void *ctx, IOBUF a );
int list_packets( IOBUF a );
void mainproc_open_output( const char * file );
FILE* mainproc_get_output( void );
/*-- parse-packet.c --*/
int set_packet_list_mode( int mode );