diff options
Diffstat (limited to 'gpgme/gpgme.h')
| -rw-r--r-- | gpgme/gpgme.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 341a32dd..dcc1eb04 100644 --- a/gpgme/gpgme.h +++ b/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;  | 
