diff options
author | Marcus Brinkmann <[email protected]> | 2005-11-17 16:12:27 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-11-17 16:12:27 +0000 |
commit | d19cc31e0683ca040ad4305abd49019f4514602d (patch) | |
tree | 140268b2c16635165f7dc8d404196ae6f014213f /gpgme/priv-io.h | |
parent | build static and shared lib by default - required by gpgol. (diff) | |
download | gpgme-d19cc31e0683ca040ad4305abd49019f4514602d.tar.gz gpgme-d19cc31e0683ca040ad4305abd49019f4514602d.zip |
2005-11-17 Marcus Brinkmann <[email protected]>
* priv-io.h (_gpgme_io_waitpid, _gpgme_io_kill): Removed.
* w32-io.c (_gpgme_io_waitpid, _gpgme_io_kill): Removed.
* posix-io.c (_gpgme_io_kill): Removed.
(_gpgme_io_waitpid): Declare static.
Diffstat (limited to '')
-rw-r--r-- | gpgme/priv-io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gpgme/priv-io.h b/gpgme/priv-io.h index 3a7150c3..786f2432 100644 --- a/gpgme/priv-io.h +++ b/gpgme/priv-io.h @@ -57,8 +57,6 @@ int _gpgme_io_set_nonblocking (int fd); int _gpgme_io_spawn (const char *path, char **argv, struct spawn_fd_item_s *fd_child_list, struct spawn_fd_item_s *fd_parent_list); -int _gpgme_io_waitpid (int pid, int hang, int *r_status, int *r_signal); -int _gpgme_io_kill (int pid, int hard); int _gpgme_io_select (struct io_select_fd_s *fds, size_t nfds, int nonblock); #endif /* IO_H */ |