[cleanup] add const attribute to lib/if.c::if_dump

This commit is contained in:
Stephen Hemminger 2009-06-12 16:58:49 +01:00 committed by Paul Jakma
parent 393deb9bd6
commit cedd7f2fa6

View File

@ -422,7 +422,7 @@ if_flag_dump (unsigned long flag)
/* For debugging */
static void
if_dump (struct interface *ifp)
if_dump (const struct interface *ifp)
{
struct listnode *node;
struct connected *c;