aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 02:26:21 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 02:26:21 +0100
commit4353432b97bdc03ce31f11dfd1ff3e30cf0106af (patch)
treef6d92c64b324e30065051259b73e23e12f4c533f /src/include/gnunet_disk_lib.h
parent1126181ab98fd7e9e6cca0786939020b161fcb94 (diff)
downloadgnunet-4353432b97bdc03ce31f11dfd1ff3e30cf0106af.tar.gz
gnunet-4353432b97bdc03ce31f11dfd1ff3e30cf0106af.zip
DB load API change
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 *