mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
48468e8b25
properly
12 lines
238 B
C
12 lines
238 B
C
/* 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_ */
|