diff options
author | Werner Koch <[email protected]> | 2000-11-23 15:28:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-11-23 15:28:15 +0000 |
commit | b7a7d9b9cc78e28718b73238e6b59f4f1eaa9971 (patch) | |
tree | df9a1a33e67a9c5e2a818eca1c5af9cab8dda516 /gpgme/wait.h | |
parent | Added some comments and prepared for W32 support (diff) | |
download | gpgme-b7a7d9b9cc78e28718b73238e6b59f4f1eaa9971.tar.gz gpgme-b7a7d9b9cc78e28718b73238e6b59f4f1eaa9971.zip |
Now we are able to compile the W32 stuff - don't now whether it works; I have
no Windoze box here.
Diffstat (limited to '')
-rw-r--r-- | gpgme/wait.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgme/wait.h b/gpgme/wait.h index f6374149..775be1d4 100644 --- a/gpgme/wait.h +++ b/gpgme/wait.h @@ -28,9 +28,9 @@ GpgmeError _gpgme_register_pipe_handler( void *opaque, - int (*handler)(void*,pid_t,int), + int (*handler)(void*,int,int), void *handler_value, - pid_t pid, int fd, int inbound ); + int pid, int fd, int inbound ); |