diff options
author | Werner Koch <[email protected]> | 2008-02-14 19:51:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-02-14 19:51:21 +0000 |
commit | 3756fd0f0689915f3cf0ea77c0d1b8d8431c7744 (patch) | |
tree | 0cd8cc2896c61b268bf53d4bdfd9f8e5a26b87e1 /gpgme/priv-io.h | |
parent | (no commit message) (diff) | |
download | gpgme-3756fd0f0689915f3cf0ea77c0d1b8d8431c7744.tar.gz gpgme-3756fd0f0689915f3cf0ea77c0d1b8d8431c7744.zip |
Chnages to supporta pinnetry notification
Diffstat (limited to '')
-rw-r--r-- | gpgme/priv-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/priv-io.h b/gpgme/priv-io.h index 5841dc92..b0bc367d 100644 --- a/gpgme/priv-io.h +++ b/gpgme/priv-io.h @@ -56,7 +56,7 @@ int _gpgme_io_set_nonblocking (int fd); fds in FD_CHILD_LIST in the child. */ 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); + struct spawn_fd_item_s *fd_parent_list, pid_t *r_pid); int _gpgme_io_select (struct io_select_fd_s *fds, size_t nfds, int nonblock); /* Write the printable version of FD to the buffer BUF of length |