~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to common/status.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-09-07 20:38:23 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907203823-d7hsk7lnfqoc4yom
Tags: 2.0.13-1
* New upstream release.
* debian/control: Depend instead of Recommend gnupg-agent. (Closes:
  #538947)

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    STATUS_USERID_HINT,
92
92
    STATUS_UNEXPECTED,
93
93
    STATUS_INV_RECP,
 
94
    STATUS_INV_SGNR,
94
95
    STATUS_NO_RECP,
 
96
    STATUS_NO_SGNR,
95
97
 
96
98
    STATUS_ALREADY_SIGNED,
97
99
    STATUS_KEYEXPIRED,
127
129
 
128
130
 
129
131
const char *get_status_string (int code);
 
132
const char *get_inv_recpsgnr_code (gpg_error_t err);
130
133
 
131
134
 
132
135
#endif /*GNUPG_COMMON_STATUS_H*/