aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-14 08:55:09 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-14 08:55:09 +0000
commit3ced678ccb6e8c7ceacc96bfc0281470b81c189d (patch)
tree8c1e9cd19d813ca4d81b776b10cecfda29f56294 /src/include/gnunet_disk_lib.h
parent94d4ab8921b60870144bc3ba6d885f43976ead78 (diff)
downloadgnunet-3ced678ccb6e8c7ceacc96bfc0281470b81c189d.tar.gz
gnunet-3ced678ccb6e8c7ceacc96bfc0281470b81c189d.zip
-needing yet another API to box stdin for scheduler reading, not ported to W32 yet
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index fdd9e8d77..d364568b6 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -474,11 +474,10 @@ GNUNET_DISK_pipe_handle (const struct GNUNET_DISK_PipeHandle *p,
474 * @param fd native file descriptor 474 * @param fd native file descriptor
475 * @return file handle corresponding to the descriptor 475 * @return file handle corresponding to the descriptor
476 */ 476 */
477const struct GNUNET_DISK_FileHandle * 477struct GNUNET_DISK_FileHandle *
478GNUNET_DISK_get_handle_from_native (FILE *fd); 478GNUNET_DISK_get_handle_from_native (FILE *fd);
479 479
480 480
481
482/** 481/**
483 * Read the contents of a binary file into a buffer. 482 * Read the contents of a binary file into a buffer.
484 * @param h handle to an open file 483 * @param h handle to an open file