diff options
Diffstat (limited to 'g10/photoid.h')
-rw-r--r-- | g10/photoid.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/g10/photoid.h b/g10/photoid.h new file mode 100644 index 000000000..0b037304f --- /dev/null +++ b/g10/photoid.h @@ -0,0 +1,11 @@ +/* Photo ID functions */ + +#ifndef _PHOTOID_H_ +#define _PHOTOID_H_ + +#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); + +#endif /* !_PHOTOID_H_ */ |