aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
commit6f8eede98c272b7312ff0e08b182f0a39b2846b9 (patch)
tree4587372a32aec7968f63a734241f8e21eaa89330 /src/include/gnunet_disk_lib.h
parent084348cf917b4c117070f9811d8b9f9786d2d3fc (diff)
downloadgnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.tar.gz
gnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 46dd7c4c4..25f972b5b 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -389,7 +389,9 @@ GNUNET_DISK_file_handle_size (struct GNUNET_DISK_FileHandle *fh,
389 389
390/** 390/**
391 * Creates an interprocess channel 391 * Creates an interprocess channel
392 * @param blocking creates an asynchronous pipe if set to GNUNET_NO 392 *
393 * @param blocking_read creates an asynchronous pipe for reading if set to GNUNET_NO
394 * @param blocking_write creates an asynchronous pipe for writing if set to GNUNET_NO
393 * @param inherit_read 1 to make read handle inheritable, 0 otherwise (NT only) 395 * @param inherit_read 1 to make read handle inheritable, 0 otherwise (NT only)
394 * @param inherit_write 1 to make write handle inheritable, 0 otherwise (NT only) 396 * @param inherit_write 1 to make write handle inheritable, 0 otherwise (NT only)
395 * @return handle to the new pipe, NULL on error 397 * @return handle to the new pipe, NULL on error