]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/layer.c
ANSI function declarations, ie () -> (void)
[chaz/openbox] / openbox / actions / layer.c
index 5f0d6ce63aec8c55702e3111b5d1ae79088114c0..92fa4806ebd36990d934117c7711d3beed2ab855 100644 (file)
@@ -13,7 +13,7 @@ static gpointer setup_func_send(ObParseInst *i, xmlDocPtr doc,
                                 xmlNodePtr node);
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_layer_startup()
+void action_layer_startup(void)
 {
     actions_register("ToggleAlwaysOnTop", setup_func_top, g_free,
                      run_func, NULL, NULL);
This page took 0.021686 seconds and 4 git commands to generate.