diff options
Diffstat (limited to '')
| -rw-r--r-- | src/gpgme.h.in | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in index 6471f0ad..5c74afd6 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -650,9 +650,6 @@ struct _gpgme_key_sig    /* The expiration timestamp, 0 if the subkey does not expire.  */    long int expires; -  /* The scope of a trust signature.  Might be NULL.  */ -  char *trust_scope; -    /* Same as in gpgme_signature_t.  */    gpgme_error_t status; @@ -683,6 +680,9 @@ struct _gpgme_key_sig    /* Internal to GPGME, do not use.  */    gpgme_sig_notation_t _last_notation; + +  /* The scope of a trust signature.  Might be NULL.  */ +  char *trust_scope;  };  typedef struct _gpgme_key_sig *gpgme_key_sig_t;  | 
