aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/posix-io.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/posix-io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpgme/posix-io.c b/gpgme/posix-io.c
index 098a83e5..dede3f90 100644
--- a/gpgme/posix-io.c
+++ b/gpgme/posix-io.c
@@ -68,8 +68,9 @@ _gpgme_io_write ( int fd, const void *buffer, size_t count )
}
int
-_gpgme_io_pipe ( int filedes[2] )
+_gpgme_io_pipe ( int filedes[2], int inherit_idx )
{
+ /* we don't need inherit_idx in this implementation */
return pipe ( filedes );
}