aboutsummaryrefslogtreecommitdiffstats
path: root/g10/photoid.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/photoid.h')
-rw-r--r--g10/photoid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/photoid.h b/g10/photoid.h
index 0b037304f..ddd36af37 100644
--- a/g10/photoid.h
+++ b/g10/photoid.h
@@ -6,6 +6,8 @@
#include "packet.h"
PKT_user_id *generate_photo_id(PKT_public_key *pk);
-void show_photo(const struct user_attribute *attr,PKT_public_key *pk);
+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);
#endif /* !_PHOTOID_H_ */