]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
One more...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 16 Apr 2021 19:03:48 +0000 (14:03 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 16 Apr 2021 19:03:48 +0000 (14:03 -0500)
src/lib/util/htrie.h

index c969c140fdb75e69c57512abae0dd61528fb59f5..991797e9ae02032962aec61d6c8dcac1e0a53305 100644 (file)
@@ -43,7 +43,7 @@ typedef void *(*fr_htrie_remove_t)(fr_htrie_t *ht, void const *data);
 
 typedef bool (*fr_htrie_delete_t)(fr_htrie_t *ht, void const *data);
 
-typedef uint64_t (*fr_htrie_num_elements_t)(fr_htrie_t *ht);
+typedef uint32_t (*fr_htrie_num_elements_t)(fr_htrie_t *ht);
 
 
 struct fr_htrie_s {