mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Pass CTRL object down to the trust functions
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
fd973ee1c1
commit
027c4e5552
16 changed files with 180 additions and 152 deletions
|
@ -24,10 +24,11 @@
|
|||
|
||||
#include "packet.h"
|
||||
|
||||
PKT_user_id *generate_photo_id(PKT_public_key *pk,const char *filename);
|
||||
PKT_user_id *generate_photo_id (ctrl_t ctrl,
|
||||
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,
|
||||
void show_photos (ctrl_t ctrl, 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