]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/movetoedge.c
ANSI function declarations, ie () -> (void)
[chaz/openbox] / openbox / actions / movetoedge.c
index 768783f2572ea6007706258edfc090635ab17645..5941bde97fa73979e0d8c2c89d2340d41152fc25 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_movetoedge_startup()
+void action_movetoedge_startup(void)
 {
     actions_register("MoveToEdge",
                      setup_func,
This page took 0.019619 seconds and 4 git commands to generate.