aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/mhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vppinfra/mhash.h')
-rw-r--r--src/vppinfra/mhash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vppinfra/mhash.h b/src/vppinfra/mhash.h
index 7eb1918384e..62aee365fa3 100644
--- a/src/vppinfra/mhash.h
+++ b/src/vppinfra/mhash.h
@@ -166,8 +166,13 @@ do { \
})); \
} while (0)
+u8 *format_mhash (u8 *s, va_list *va);
+
format_function_t format_mhash_key;
+/* Main test routine. */
+int test_mhash_main (unformat_input_t *input);
+
#endif /* included_clib_mhash_h */
/*