diff options
Diffstat (limited to '')
-rw-r--r-- | gpgme/rungpg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c index 91fc1adf..d6fd8fe1 100644 --- a/gpgme/rungpg.c +++ b/gpgme/rungpg.c @@ -141,7 +141,7 @@ gpg_io_event (void *engine, gpgme_event_io_t type, void *type_data) } -static int +static void close_notify_handler (int fd, void *opaque) { engine_gpg_t gpg = opaque; @@ -183,7 +183,6 @@ close_notify_handler (int fd, void *opaque) } } } - return 1; } /* If FRONT is true, push at the front of the list. Use this for |