summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-18 18:32:31 -0400
committerRay Strode <rstrode@redhat.com>2008-05-18 18:32:31 -0400
commit64198914dac53e21b5de259efda79878d080c496 (patch)
treee8d582556f4867920b2f5d0a8ca6078a6681d8b8 /src
parent79f8236416a45bd7ad79136f91a1d98b88935556 (diff)
downloadplymouth-64198914dac53e21b5de259efda79878d080c496.tar.gz
plymouth-64198914dac53e21b5de259efda79878d080c496.tar.xz
plymouth-64198914dac53e21b5de259efda79878d080c496.zip
change function signature to silence warning
Diffstat (limited to 'src')
-rw-r--r--src/splash-plugins/text/text.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/splash-plugins/text/text.c b/src/splash-plugins/text/text.c
index 014885a..c934c1b 100644
--- a/src/splash-plugins/text/text.c
+++ b/src/splash-plugins/text/text.c
@@ -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);