diff options
Diffstat (limited to 'gpgme/rungpg.c')
-rw-r--r-- | gpgme/rungpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c index 50223c19..d13a9c1c 100644 --- a/gpgme/rungpg.c +++ b/gpgme/rungpg.c @@ -325,7 +325,7 @@ gpg_release (void *engine) static gpgme_error_t -gpg_new (void **engine) +gpg_new (void **engine, const char *lc_ctype, const char *lc_messages) { engine_gpg_t gpg; gpgme_error_t rc = 0; |