diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h index c61ab073a..9a38d76bd 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -371,6 +371,7 @@ struct notation int proc_packets( void *ctx, iobuf_t a ); int proc_signature_packets( void *ctx, iobuf_t a, strlist_t signedfiles, const char *sigfile ); +int proc_signature_packets_by_fd ( void *anchor, IOBUF a, int signed_data_fd ); int proc_encryption_packets( void *ctx, iobuf_t a ); int list_packets( iobuf_t a ); |