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

index 690f54b3d754b610a1a1124a1d32231c1a68f076..09e98509fc9122e41d15f2a0bada1330f99ca0cd 100644 (file)
@@ -85,6 +85,8 @@ typedef struct
 
 } view_t;
 
+ply_boot_splash_plugin_interface_t *ply_boot_splash_plugin_get_interface (void);
+
 static void hide_splash_screen (ply_boot_splash_plugin_t *plugin,
                                 ply_event_loop_t         *loop);