From: Ray Strode Date: Sun, 22 Aug 2010 19:43:52 +0000 (-0400) Subject: [fade-throbber] Add prototype for exported function X-Git-Tag: 0.8.4~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e9086b6fd51183a23872db0945e2bb4ef3a7859;p=thirdparty%2Fplymouth.git [fade-throbber] Add prototype for exported function --- diff --git a/src/plugins/splash/fade-throbber/plugin.c b/src/plugins/splash/fade-throbber/plugin.c index 2ea3b5ca..40e221cf 100644 --- a/src/plugins/splash/fade-throbber/plugin.c +++ b/src/plugins/splash/fade-throbber/plugin.c @@ -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)