From 031d3f2f3ad059ab17db30d49592394852c0bb2f Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 15 Sep 2010 10:28:51 +0000 Subject: [PATCH] documentation for new parameters --- src/util/disk.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/disk.c b/src/util/disk.c index fbcf6b964..65509166e 100644 --- a/src/util/disk.c +++ b/src/util/disk.c @@ -1646,6 +1646,9 @@ GNUNET_DISK_file_sync (const struct GNUNET_DISK_FileHandle *h) * Creates an interprocess channel * * @param blocking creates an asynchronous pipe if set to GNUNET_NO + * @param inherit_read inherit the parent processes stdin (only for windows) + * @param inherit_write inherit the parent processes stdout (only for windows) + * * @return handle to the new pipe, NULL on error */ struct GNUNET_DISK_PipeHandle * -- 2.25.1