From: Christos Zoulas Date: Fri, 19 Sep 2008 21:30:19 +0000 (+0000) Subject: correct prototypes X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=7f144d00375fce269fba8c68b98e14f880058a4e;p=am-utils-6.0.git correct prototypes --- diff --git a/amd/sun_map_parse.y b/amd/sun_map_parse.y index a0136cd..2f535ad 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); %}