Add constant to the template and not to a built file.
authorWerner Koch <wk@gnupg.org>
Fri, 12 Mar 2010 22:24:13 +0000 (22:24 +0000)
committerWerner Koch <wk@gnupg.org>
Fri, 12 Mar 2010 22:24:13 +0000 (22:24 +0000)
src/ChangeLog
src/gpgme.h.in

index 887fbc5a94f2e6e5dc1b8479aade1b6bd8d92e50..3cdd9aae554a360307734b6cef378fe8a7add3d6 100644 (file)
@@ -1,5 +1,8 @@
 2010-03-12  Werner Koch  <wk@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.
index 57902f471ce09b58bfb6f03de2f8616d79582d7a..59ee77bf2c5bae2bd9bc6c0e08f2108b18ba5244 100644 (file)
@@ -494,7 +494,8 @@ typedef enum
 
     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;