aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/disk.c3
1 files changed, 3 insertions, 0 deletions
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)
1646 * Creates an interprocess channel 1646 * Creates an interprocess channel
1647 * 1647 *
1648 * @param blocking creates an asynchronous pipe if set to GNUNET_NO 1648 * @param blocking creates an asynchronous pipe if set to GNUNET_NO
1649 * @param inherit_read inherit the parent processes stdin (only for windows)
1650 * @param inherit_write inherit the parent processes stdout (only for windows)
1651 *
1649 * @return handle to the new pipe, NULL on error 1652 * @return handle to the new pipe, NULL on error
1650 */ 1653 */
1651struct GNUNET_DISK_PipeHandle * 1654struct GNUNET_DISK_PipeHandle *