]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/growtoedge.c
ANSI function declarations, ie () -> (void)
[chaz/openbox] / openbox / actions / growtoedge.c
index 2e2b7011cf80a86d2d70d20313d94c1fbf0671a5..69b8ef77b33ce4db0621992c08ceafe9b26e7a15 100644 (file)
@@ -13,7 +13,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node);
 static void     free_func(gpointer options);
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_growtoedge_startup()
+void action_growtoedge_startup(void)
 {
     actions_register("GrowToEdge",
                      setup_func,
This page took 0.020587 seconds and 4 git commands to generate.