diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-12 18:48:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-12 18:48:55 +0200 |
commit | aebb99bf39331e4518e93f03343fbdd0329e2f3a (patch) | |
tree | 872ad8496062733422722f7e620ac93de1e212d6 /libhashsum.h | |
parent | Replace relative_performance with libhashsum_get_relative_performance (diff) | |
download | libhashsum-aebb99bf39331e4518e93f03343fbdd0329e2f3a.tar.gz libhashsum-aebb99bf39331e4518e93f03343fbdd0329e2f3a.tar.bz2 libhashsum-aebb99bf39331e4518e93f03343fbdd0329e2f3a.tar.xz |
Add libhashsum_get_relative_performance.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libhashsum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhashsum.h b/libhashsum.h index 01d8fbd..6abc02e 100644 --- a/libhashsum.h +++ b/libhashsum.h @@ -700,7 +700,7 @@ int libhashsum_init_hasher_from_string(struct libhashsum_hasher *this, const cha * @since 1.1 */ LIBHASHSUM_NONNULL_ LIBHASHSUM_PURE_ -uint64_t libhashsum_get_relative_performance(struct libhashsum_hasher *this); +uint64_t libhashsum_get_relative_performance(struct libhashsum_hasher *this); /* TODO man, test */ /** * Create an initialised state for MD2 |