summaryrefslogtreecommitdiff
path: root/lib/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/table.h')
-rw-r--r--lib/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/table.h b/lib/table.h
index 7a69c1664f..7743d51681 100644
--- a/lib/table.h
+++ b/lib/table.h
@@ -45,7 +45,7 @@ struct route_table;
* Function vector that can be used by a client to customize the
* behavior of one or more route tables.
*/
-typedef struct route_table_delegate_t_ route_table_delegate_t;
+typedef const struct route_table_delegate_t_ route_table_delegate_t;
typedef struct route_node *(*route_table_create_node_func_t)(
route_table_delegate_t *, struct route_table *);