aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/engine-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/engine-backend.h')
-rw-r--r--gpgme/engine-backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/engine-backend.h b/gpgme/engine-backend.h
index 84da0c5a..b291f05a 100644
--- a/gpgme/engine-backend.h
+++ b/gpgme/engine-backend.h
@@ -34,7 +34,7 @@ struct engine_ops
/* Static functions. */
const char *(*get_path) (void);
const char *(*get_version) (void);
- GpgmeError (*check_version) (void);
+ const char *(*get_req_version) (void);
GpgmeError (*new) (void **r_engine);
/* Member functions. */