diff options
author | Marcus Brinkmann <[email protected]> | 2005-06-02 21:59:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-06-02 21:59:34 +0000 |
commit | 7ccc3083305c8c116a5be85601e27ceed37947d9 (patch) | |
tree | 2606686e4608d5989afdd55b6d881d1e45626cc2 /gpgme/wait.h | |
parent | * passphrase.c (_gpgme_passphrase_status_handler): Take care of (diff) | |
download | gpgme-7ccc3083305c8c116a5be85601e27ceed37947d9.tar.gz gpgme-7ccc3083305c8c116a5be85601e27ceed37947d9.zip |
2005-06-02 Marcus Brinkmann <[email protected]>
* wait.h (_gpgme_run_io_cb): New prototype.
* wait.c (_gpgme_run_io_cb): New function.
* wait-global.c (gpgme_wait): Call it.
* wait-user.c (_gpgme_user_io_cb_handler): Likewise.
* wait-private.c (_gpgme_wait_on_condition): Likewise.
Diffstat (limited to '')
-rw-r--r-- | gpgme/wait.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgme/wait.h b/gpgme/wait.h index cec4d8d1..eafbb6f6 100644 --- a/gpgme/wait.h +++ b/gpgme/wait.h @@ -77,4 +77,6 @@ void _gpgme_wait_user_event_cb (void *data, gpgme_event_io_t type, gpgme_error_t _gpgme_wait_one (gpgme_ctx_t ctx); +gpgme_error_t _gpgme_run_io_cb (struct io_select_fd_s *an_fds, int checked); + #endif /* WAIT_H */ |