mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Decryption and signi via agent is now implemented.
This commit is contained in:
parent
c86a59db74
commit
8e5010a958
22 changed files with 409 additions and 358 deletions
|
@ -27,7 +27,7 @@
|
|||
PKT_user_id *generate_photo_id(PKT_public_key *pk,const char *filename);
|
||||
int parse_image_header(const struct user_attribute *attr,byte *type,u32 *len);
|
||||
char *image_type_to_string(byte type,int style);
|
||||
void show_photos(const struct user_attribute *attrs,int count,
|
||||
PKT_public_key *pk,PKT_secret_key *sk,PKT_user_id *uid);
|
||||
void show_photos (const struct user_attribute *attrs, int count,
|
||||
PKT_public_key *pk, PKT_user_id *uid);
|
||||
|
||||
#endif /* !_PHOTOID_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue