aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/disk.h')
-rw-r--r--src/util/disk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/disk.h b/src/util/disk.h
index 890281a93..fa786ea68 100644
--- a/src/util/disk.h
+++ b/src/util/disk.h
@@ -26,7 +26,7 @@
26#ifndef GNUNET_DISK_H_ 26#ifndef GNUNET_DISK_H_
27#define GNUNET_DISK_H_ 27#define GNUNET_DISK_H_
28 28
29#include "gnunet_disk_lib.h" 29#include "gnunet_util_lib.h"
30 30
31/** 31/**
32 * Retrieve OS file handle 32 * Retrieve OS file handle
@@ -34,8 +34,8 @@
34 * @internal 34 * @internal
35 * @param fh GNUnet file descriptor 35 * @param fh GNUnet file descriptor
36 * @param dst destination buffer 36 * @param dst destination buffer
37 * @param dst_len length of dst 37 * @param dst_len length of @a dst
38 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise 38 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
39 */ 39 */
40int 40int
41GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle *fh, 41GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle *fh,