diff options
Diffstat (limited to 'gpgme/engine-backend.h')
-rw-r--r-- | gpgme/engine-backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/engine-backend.h b/gpgme/engine-backend.h index 48631199..27fadbc7 100644 --- a/gpgme/engine-backend.h +++ b/gpgme/engine-backend.h @@ -33,7 +33,7 @@ struct engine_ops /* Static functions. */ /* Return the default file name for the binary of this engine. */ - char *(*get_file_name) (void); + const char *(*get_file_name) (void); /* Returns a malloced string containing the version of the engine with the given binary file name (or the default if FILE_NAME is |