From 7f144d00375fce269fba8c68b98e14f880058a4e Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 19 Sep 2008 21:30:19 +0000 Subject: [PATCH] correct prototypes --- amd/sun_map_parse.y | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/amd/sun_map_parse.y b/amd/sun_map_parse.y index a0136cd1..2f535ad0 100644 --- a/amd/sun_map_parse.y +++ b/amd/sun_map_parse.y @@ -74,11 +74,11 @@ static char *tmpFsType = NULL; * list structure. If the structure is NULL than a new instance is * returned. */ -static struct sun_list *get_sun_opt_list(); -static struct sun_list *get_sun_host_list(); -static struct sun_list *get_sun_location_list(); -static struct sun_list *get_mountpt_list(); -static struct sun_list *get_sun_entry_list(); +static struct sun_list *get_sun_opt_list(void); +static struct sun_list *get_sun_host_list(void); +static struct sun_list *get_sun_location_list(void); +static struct sun_list *get_mountpt_list(void); +static struct sun_list *get_sun_entry_list(void); %} -- 2.43.0