]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[two-step] Add prototype for exported function
authorRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:47:27 +0000 (15:47 -0400)
committerRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:47:27 +0000 (15:47 -0400)
src/plugins/splash/two-step/plugin.c

index 30b0d9e10aeecf53b3cc663e89a4ba1fe79448c9..c79fa3ef2d5529a29884713b7483fa837d409f93 100644 (file)
@@ -126,6 +126,8 @@ struct _ply_boot_splash_plugin
   uint32_t is_idle : 1;
 };
 
+ply_boot_splash_plugin_interface_t * ply_boot_splash_plugin_get_interface (void);
+
 static void stop_animation (ply_boot_splash_plugin_t *plugin,
                             ply_trigger_t            *idle_trigger);