diff options
Diffstat (limited to 'pimd/pimd.c')
| -rw-r--r-- | pimd/pimd.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c index b993bcdc03..656b000579 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -67,7 +67,7 @@ void pim_prefix_list_update(struct prefix_list *plist)  	}  } -static void pim_free() +static void pim_free(void)  {  	pim_route_map_terminate(); @@ -123,7 +123,7 @@ void pim_init(void)  	pim_cmd_init();  } -void pim_terminate() +void pim_terminate(void)  {  	struct zclient *zclient;  | 
