mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Update head to match stable 1.0
This commit is contained in:
parent
151ee2f47b
commit
3f51f7db3d
155 changed files with 83872 additions and 37585 deletions
14
g10/photoid.h
Normal file
14
g10/photoid.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* Photo ID functions */
|
||||
|
||||
#ifndef _PHOTOID_H_
|
||||
#define _PHOTOID_H_
|
||||
|
||||
#include "packet.h"
|
||||
|
||||
PKT_user_id *generate_photo_id(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,PKT_secret_key *sk);
|
||||
|
||||
#endif /* !_PHOTOID_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue