diff options
Diffstat (limited to 'trunk/gpgme/gpgme.h')
-rw-r--r-- | trunk/gpgme/gpgme.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/gpgme/gpgme.h b/trunk/gpgme/gpgme.h index 341a32dd..dcc1eb04 100644 --- a/trunk/gpgme/gpgme.h +++ b/trunk/gpgme/gpgme.h @@ -319,8 +319,8 @@ struct _gpgme_engine_info /* The protocol ID. */ GpgmeProtocol protocol; - /* The path to the engine binary. */ - const char *path; + /* The file name of the engine binary. */ + const char *file_name; /* The version string of the installed engine. */ const char *version; |