diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h index d530f83f7..023680b9e 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -389,7 +389,7 @@ int skip_some_packets( IOBUF inp, unsigned n ); const byte *enum_sig_subpkt ( const subpktarea_t *subpkts, sigsubpkttype_t reqtype, - size_t *ret_n, int *start ); + size_t *ret_n, int *start, int *critical ); const byte *parse_sig_subpkt ( const subpktarea_t *buffer, sigsubpkttype_t reqtype, size_t *ret_n ); |