summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/util/hashtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/identity/util/hashtable.h')
-rw-r--r--src/windows/identity/util/hashtable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/identity/util/hashtable.h b/src/windows/identity/util/hashtable.h
index 72fff2294b..c9647b5da0 100644
--- a/src/windows/identity/util/hashtable.h
+++ b/src/windows/identity/util/hashtable.h
@@ -106,8 +106,8 @@ typedef struct hashtable_t {
\param[in] delr A del-ref function. Optional; can be NULL.
*/
-KHMEXP hashtable * KHMAPI hash_new_hashtable(khm_int32 n,
- hash_function_t hash,
+KHMEXP hashtable * KHMAPI hash_new_hashtable(khm_int32 n,
+ hash_function_t hash,
comp_function_t comp,
add_ref_function_t addr,
del_ref_function_t delr);