aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-31 17:31:25 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-31 17:31:25 +0000
commitef553264c58d5286b451f5feb89dbd63bac86236 (patch)
tree95f46218778de710074c2ba03d7ca17358f6f9e3 /src/include/gnunet_disk_lib.h
parent7b1c5fd65daf683fdc02d59fb14543585fd30e27 (diff)
downloadgnunet-ef553264c58d5286b451f5feb89dbd63bac86236.tar.gz
gnunet-ef553264c58d5286b451f5feb89dbd63bac86236.zip
-LRN: fixing issues that slipped through earlier
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index eab3c7bfa..19c1328bd 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -301,8 +301,8 @@ GNUNET_DISK_file_test (const char *fil);
301 * @param whence specification to which position the offset parameter relates to 301 * @param whence specification to which position the offset parameter relates to
302 * @return the new position on success, GNUNET_SYSERR otherwise 302 * @return the new position on success, GNUNET_SYSERR otherwise
303 */ 303 */
304uint64_t 304OFF_T
305GNUNET_DISK_file_seek (const struct GNUNET_DISK_FileHandle *h, uint64_t offset, 305GNUNET_DISK_file_seek (const struct GNUNET_DISK_FileHandle *h, OFF_T offset,
306 enum GNUNET_DISK_Seek whence); 306 enum GNUNET_DISK_Seek whence);
307 307
308 308