[svn] gpgme - r1457 - trunk/src
svn author wk
cvs at cvs.gnupg.org
Fri Mar 12 23:24:13 CET 2010
Author: wk
Date: 2010-03-12 23:24:13 +0100 (Fri, 12 Mar 2010)
New Revision: 1457
Modified:
trunk/src/ChangeLog
trunk/src/gpgme.h.in
Log:
Add constant to the template and not to a built file.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2010-03-12 18:03:02 UTC (rev 1456)
+++ trunk/src/ChangeLog 2010-03-12 22:24:13 UTC (rev 1457)
@@ -1,5 +1,8 @@
2010-03-12 Werner Koch <wk at g10code.com>
+ * gpgme.h.in (GPGME_STATUS_SUCCESS): Use the right file for the
+ change; see below.
+
* passwd.c (op_data_t): New.
(passwd_start): Setup OPD.
(passwd_status_handler): Return GPG_ERR_NOT_SUPPORTED if needed.
Modified: trunk/src/gpgme.h.in
===================================================================
--- trunk/src/gpgme.h.in 2010-03-12 18:03:02 UTC (rev 1456)
+++ trunk/src/gpgme.h.in 2010-03-12 22:24:13 UTC (rev 1457)
@@ -494,7 +494,8 @@
GPGME_STATUS_PLAINTEXT = 81,
GPGME_STATUS_INV_SGNR = 82,
- GPGME_STATUS_NO_SGNR = 83
+ GPGME_STATUS_NO_SGNR = 83,
+ GPGME_STATUS_SUCCESS = 84
}
gpgme_status_code_t;
More information about the Gnupg-commits
mailing list