aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-15 10:28:51 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-15 10:28:51 +0000
commit031d3f2f3ad059ab17db30d49592394852c0bb2f (patch)
treec80078ae257522d2193c4deb5c6f00587d99441b /src
parentc8140c2d2929e0dee00b642340dd8b0dd80c29c3 (diff)
downloadgnunet-031d3f2f3ad059ab17db30d49592394852c0bb2f.tar.gz
gnunet-031d3f2f3ad059ab17db30d49592394852c0bb2f.zip
documentation for new parameters
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 *