diff options
Diffstat (limited to 'zebra/if_null.c')
| -rw-r--r-- | zebra/if_null.c | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/zebra/if_null.c b/zebra/if_null.c index 2ccea56c81..44eebcb216 100644 --- a/zebra/if_null.c +++ b/zebra/if_null.c @@ -28,5 +28,7 @@  #include <rtadv.h>  #include <zebra_ns.h> -void interface_list (struct zebra_ns *zns) -{ return; } +void interface_list(struct zebra_ns *zns) +{ +	return; +}  | 
