2003-09-14 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Sun, 14 Sep 2003 00:29:42 +0000 (00:29 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Sun, 14 Sep 2003 00:29:42 +0000 (00:29 +0000)
* gpgme.h: Add prototype for gpgme_set_locale.

gpgme/ChangeLog
gpgme/gpgme.h

index 8ca7718b9cd2235e456c46371261d8ea16e74a3b..9950a552bbcc6c76b6e4718ffa8e9568a5d89a81 100644 (file)
@@ -1,5 +1,7 @@
 2003-09-14  Marcus Brinkmann  <marcus@g10code.de>
 
+       * gpgme.h: Add prototype for gpgme_set_locale.
+
        * gpgme.h: Define macro _GPGME_INLINE depending on the compiler
        characteristics and use that instead __inline__.
 
index 7ebb61b53ac9565cf74aeb25173e79aefe48fff7..df9a8e7b1f67b738cc405469b918fae8cde5e1a1 100644 (file)
@@ -719,6 +719,10 @@ void gpgme_set_progress_cb (gpgme_ctx_t c, gpgme_progress_cb_t cb,
 void gpgme_get_progress_cb (gpgme_ctx_t ctx, gpgme_progress_cb_t *cb,
                            void **hook_value);
 
+/* This function sets the locale for the context CTX, or the default
+   locale if CTX is a null pointer.  */
+gpgme_error_t gpgme_set_locale (gpgme_ctx_t ctx, int category,
+                               const char *value);
 \f
 /* Return a statically allocated string with the name of the public
    key algorithm ALGO, or NULL if that name is not known.  */