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

index 2ea3b5caeb1a12a3bc0ee0654975acf204dad1a1..40e221cfe3fedbdcb6a3f39c4726ba7a7019c8b0 100644 (file)
@@ -104,6 +104,8 @@ struct _ply_boot_splash_plugin
   uint32_t is_animating : 1;
 };
 
+ply_boot_splash_plugin_interface_t *ply_boot_splash_plugin_get_interface (void);
+
 static void
 view_show_prompt (view_t     *view,
                   const char *prompt)