diff options
author | Werner Koch <[email protected]> | 2002-09-10 08:40:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-09-10 08:40:12 +0000 |
commit | b324a5d2d14c33bdd4549b2e84f189d4ef0cabe6 (patch) | |
tree | 580a40b65f6957a56573812edf355f3c666aa38f /g10/packet.h | |
parent | Added prototype. (diff) | |
download | gnupg-b324a5d2d14c33bdd4549b2e84f189d4ef0cabe6.tar.gz gnupg-b324a5d2d14c33bdd4549b2e84f189d4ef0cabe6.zip |
Cleanups and minor fixes.
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 79d6dfa1b..c5556a6ba 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -399,7 +399,7 @@ const byte *parse_sig_subpkt2 ( PKT_signature *sig, int parse_one_sig_subpkt( const byte *buffer, size_t n, int type ); void parse_revkeys(PKT_signature *sig); int parse_attribute_subpkts(PKT_user_id *uid); -void make_attribute_uidname(PKT_user_id *uid); +void make_attribute_uidname(PKT_user_id *uid, size_t max_namelen); PACKET *create_gpg_control ( ctrlpkttype_t type, const byte *data, size_t datalen ); |