diff options
Diffstat (limited to 'app/test/test_table_tables.h')
-rw-r--r-- | app/test/test_table_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/test/test_table_tables.h b/app/test/test_table_tables.h index b3686234..35311362 100644 --- a/app/test/test_table_tables.h +++ b/app/test/test_table_tables.h @@ -1,7 +1,7 @@ /*- * BSD LICENSE * - * Copyright(c) 2010-2014 Intel Corporation. All rights reserved. + * Copyright(c) 2010-2016 Intel Corporation. All rights reserved. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,6 +32,7 @@ */ /* Test prototypes */ +int test_table_hash_cuckoo(void); int test_table_lpm(void); int test_table_lpm_ipv6(void); int test_table_array(void); |