aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 8b1379e45..5d8b4ab8a 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -436,7 +436,6 @@ struct GNUNET_CRYPTO_FileHashContext;
436/** 436/**
437 * Compute the hash of an entire file. 437 * Compute the hash of an entire file.
438 * 438 *
439 * @param sched scheduler to use
440 * @param priority scheduling priority to use 439 * @param priority scheduling priority to use
441 * @param filename name of file to hash 440 * @param filename name of file to hash
442 * @param blocksize number of bytes to process in one task 441 * @param blocksize number of bytes to process in one task
@@ -445,8 +444,7 @@ struct GNUNET_CRYPTO_FileHashContext;
445 * @return NULL on (immediate) errror 444 * @return NULL on (immediate) errror
446 */ 445 */
447struct GNUNET_CRYPTO_FileHashContext * 446struct GNUNET_CRYPTO_FileHashContext *
448GNUNET_CRYPTO_hash_file (struct GNUNET_SCHEDULER_Handle *sched, 447GNUNET_CRYPTO_hash_file (enum GNUNET_SCHEDULER_Priority priority,
449 enum GNUNET_SCHEDULER_Priority priority,
450 const char *filename, 448 const char *filename,
451 size_t blocksize, 449 size_t blocksize,
452 GNUNET_CRYPTO_HashCompletedCallback callback, 450 GNUNET_CRYPTO_HashCompletedCallback callback,