correct prototypes
authorChristos Zoulas <christos@zoulas.com>
Fri, 19 Sep 2008 21:30:19 +0000 (21:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 19 Sep 2008 21:30:19 +0000 (21:30 +0000)
amd/sun_map_parse.y

index a0136cd1e6bb686fb3d0689e021cac50b4429126..2f535ad093430c0a0d781967c7a3b40af07d2217 100644 (file)
@@ -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);
 
 %}