aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/wait.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-02-20 13:31:56 +0000
committerWerner Koch <[email protected]>2001-02-20 13:31:56 +0000
commit72af6e53496ef39e302784828384de8a42839f6d (patch)
tree2fa37586fcd72308e5f2f19f7e67bdbaa853d62d /gpgme/wait.h
parentFD are now released and a major bug has been fixed. (diff)
downloadgpgme-72af6e53496ef39e302784828384de8a42839f6d.tar.gz
gpgme-72af6e53496ef39e302784828384de8a42839f6d.zip
Reworked the process code.
Diffstat (limited to '')
-rw-r--r--gpgme/wait.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gpgme/wait.h b/gpgme/wait.h
index 775be1d4..445be6d7 100644
--- a/gpgme/wait.h
+++ b/gpgme/wait.h
@@ -23,17 +23,14 @@
#include "gpgme.h"
-#define SIZEOF_WAIT_QUEUE 10
+void _gpgme_remove_proc_from_wait_queue ( int pid );
-
-GpgmeError _gpgme_register_pipe_handler(
+GpgmeError _gpgme_register_pipe_handler (
void *opaque,
int (*handler)(void*,int,int),
void *handler_value,
int pid, int fd, int inbound );
-
-
#endif /* WAIT_H */