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

Forgot to sync the CVS. Check in the code again.

This commit is contained in:
Timo Schulz 2003-04-13 10:09:57 +00:00
parent 5ee4951f28
commit b79275a66f
5 changed files with 113 additions and 62 deletions

View file

@ -356,6 +356,8 @@ 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 );