diff options
Diffstat (limited to '')
-rw-r--r-- | gpgme/ops.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpgme/ops.h b/gpgme/ops.h index 26403362..b7aea41f 100644 --- a/gpgme/ops.h +++ b/gpgme/ops.h @@ -95,4 +95,7 @@ void _gpgme_passphrase_status_handler (GpgmeCtx ctx, GpgStatusCode code, GpgmeError _gpgme_passphrase_start (GpgmeCtx ctx); GpgmeError _gpgme_passphrase_result (GpgmeCtx ctx); +/*-- version.c --*/ +char *_gpgme_get_program_version (const char *const path); + #endif /* OPS_H */ |