~ubuntu-branches/ubuntu/natty/gnupg2/natty

« back to all changes in this revision

Viewing changes to g10/photoid.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* photoid.h
2
 
 * Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 
2
 * Copyright (C) 2001, 2002, 2005, 2008 Free Software Foundation, Inc.
3
3
 *
4
4
 * This file is part of GnuPG.
5
5
 *
27
27
PKT_user_id *generate_photo_id(PKT_public_key *pk,const char *filename);
28
28
int parse_image_header(const struct user_attribute *attr,byte *type,u32 *len);
29
29
char *image_type_to_string(byte type,int style);
30
 
void show_photos(const struct user_attribute *attrs,
31
 
                 int count,PKT_public_key *pk,PKT_secret_key *sk);
 
30
void show_photos(const struct user_attribute *attrs,int count,
 
31
                 PKT_public_key *pk,PKT_secret_key *sk,PKT_user_id *uid);
32
32
 
33
33
#endif /* !_PHOTOID_H_ */