]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
change function signature to silence warning
authorRay Strode <rstrode@redhat.com>
Sun, 18 May 2008 22:32:31 +0000 (18:32 -0400)
committerRay Strode <rstrode@redhat.com>
Sun, 18 May 2008 22:32:31 +0000 (18:32 -0400)
src/splash-plugins/text/text.c

index 014885aea97ab54bbac71937dfc323779ced2921..c934c1b6e897806060613766571dd4cb8ea9577d 100644 (file)
@@ -126,7 +126,8 @@ detach_from_event_loop (ply_boot_splash_plugin_t *plugin)
 }
 
 void
-hide_splash_screen (ply_boot_splash_plugin_t *plugin)
+hide_splash_screen (ply_boot_splash_plugin_t *plugin,
+                    ply_window_t             *window)
 {
   assert (plugin != NULL);