From fd9f0c0640fd02a26b96b4f9d3cbbffbb6544a84 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 8 Apr 2020 22:25:15 +0200 Subject: Configuration strings are constant. This is merely a const propagation. There was no problem in there. --- proto/babel/babel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/babel/babel.h') diff --git a/proto/babel/babel.h b/proto/babel/babel.h index 14765c60..e075024c 100644 --- a/proto/babel/babel.h +++ b/proto/babel/babel.h @@ -368,8 +368,8 @@ void babel_handle_update(union babel_msg *msg, struct babel_iface *ifa); void babel_handle_route_request(union babel_msg *msg, struct babel_iface *ifa); void babel_handle_seqno_request(union babel_msg *msg, struct babel_iface *ifa); -void babel_show_interfaces(struct proto *P, char *iff); -void babel_show_neighbors(struct proto *P, char *iff); +void babel_show_interfaces(struct proto *P, const char *iff); +void babel_show_neighbors(struct proto *P, const char *iff); void babel_show_entries(struct proto *P); void babel_show_routes(struct proto *P); -- cgit v1.2.3