aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/util/disk.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/util/disk.h')
-rw-r--r--src/util/disk.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/util/disk.h b/src/util/disk.h
index 0f094e289..8c48b85ca 100644
--- a/src/util/disk.h
+++ b/src/util/disk.h
@@ -16,8 +16,8 @@
16 along with GNUnet; see the file COPYING. If not, write to the 16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20 20
21/** 21/**
22 * @file util/disk.h 22 * @file util/disk.h
23 * @brief Internal DISK related helper functions 23 * @brief Internal DISK related helper functions
@@ -25,7 +25,7 @@
25 */ 25 */
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_disk_lib.h"
30 30
31/** 31/**
@@ -36,10 +36,8 @@
36 * @param dst destination buffer 36 * @param dst destination buffer
37 * @param dst_len length of dst 37 * @param dst_len length of dst
38 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise 38 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise
39 */ 39 */
40int GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle 40int GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle
41 *fh, 41 *fh, void *dst, size_t dst_len);
42 void *dst,
43 size_t dst_len);
44 42
45#endif /* GNUNET_DISK_H_ */ 43#endif /* GNUNET_DISK_H_ */