aboutsummaryrefslogtreecommitdiffstats
path: root/g10/photoid.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2008-10-03 20:00:46 +0000
committerDavid Shaw <[email protected]>2008-10-03 20:00:46 +0000
commit1b86ee9806f4fbb37a4499717c003b0eb837183a (patch)
tree292b46efca6716eae193fbb9501b6a7f5a9d1f35 /g10/photoid.h
parentAdd /daatfile command to gpg-connect-agent. (diff)
downloadgnupg-1b86ee9806f4fbb37a4499717c003b0eb837183a.tar.gz
gnupg-1b86ee9806f4fbb37a4499717c003b0eb837183a.zip
* main.h, mainproc.c (check_sig_and_print), keylist.c
(list_keyblock_print), pkclist.c (do_edit_ownertrust), keyedit.c (menu_showphoto), photoid.c (generate_photo_id, show_photos), misc.c (pct_expando): Add %v and %V expandos so that displaying photo IDs can show the attribute validity tag (%v) and string (%V). Originally by Daniel Gillmor.
Diffstat (limited to '')
-rw-r--r--g10/photoid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/photoid.h b/g10/photoid.h
index 88da4fb10..58728edac 100644
--- a/g10/photoid.h
+++ b/g10/photoid.h
@@ -1,5 +1,5 @@
/* photoid.h
- * Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2005, 2008 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
@@ -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);
+void show_photos(const struct user_attribute *attrs,int count,
+ PKT_public_key *pk,PKT_secret_key *sk,PKT_user_id *uid);
#endif /* !_PHOTOID_H_ */