aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-04 12:07:32 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-04 12:07:32 +0000
commit0afdd0b60dbbcdb565c5dbeb84ac30a8a9d076c0 (patch)
tree03634af0ec3375f41d398e2a5266b2791420f531 /src
parent0df8d7af30620c0b3f19e3b7c439d1dfd83e3919 (diff)
downloadgnunet-0afdd0b60dbbcdb565c5dbeb84ac30a8a9d076c0.tar.gz
gnunet-0afdd0b60dbbcdb565c5dbeb84ac30a8a9d076c0.zip
fx
Diffstat (limited to 'src')
-rw-r--r--src/util/crypto_hash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index a8843b5b7..45e599bcf 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -414,13 +414,13 @@ struct FileHashContext
414 /** 414 /**
415 * Size of the file. 415 * Size of the file.
416 */ 416 */
417 unsigned long long fsize; 417 uint64_t fsize;
418 418
419 /** 419 /**
420 * Current offset. 420 * Current offset.
421 */ 421 */
422 unsigned long long offset; 422 uint64_t offset;
423 423
424 /** 424 /**
425 * Run on shutdown? 425 * Run on shutdown?
426 */ 426 */