aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 9376a1059..b79be5f70 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -413,7 +413,6 @@ GNUNET_DISK_pipe (int blocking_read,
413 * @param blocking_read creates an asynchronous pipe for reading if set to #GNUNET_NO 413 * @param blocking_read creates an asynchronous pipe for reading if set to #GNUNET_NO
414 * @param blocking_write creates an asynchronous pipe for writing if set to #GNUNET_NO 414 * @param blocking_write creates an asynchronous pipe for writing if set to #GNUNET_NO
415 * @param fd an array of two fd values. One of them may be -1 for read-only or write-only pipes 415 * @param fd an array of two fd values. One of them may be -1 for read-only or write-only pipes
416 *
417 * @return handle to the new pipe, NULL on error 416 * @return handle to the new pipe, NULL on error
418 */ 417 */
419struct GNUNET_DISK_PipeHandle * 418struct GNUNET_DISK_PipeHandle *