diff options
Diffstat (limited to '')
| -rw-r--r-- | gpgme/rungpg.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c index ca1cb0bf..2b0e4d3d 100644 --- a/gpgme/rungpg.c +++ b/gpgme/rungpg.c @@ -123,7 +123,9 @@ struct gpg_object_s    struct GpgmeIOCbs io_cbs;  }; +typedef struct gpg_object_s *GpgObject; +  static void  gpg_io_event (void *engine, GpgmeEventIO type, void *type_data)  { | 
