diff options
author | Ray Strode <rstrode@redhat.com> | 2010-08-22 15:47:27 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2010-08-22 15:47:27 -0400 |
commit | 68f72b2b36dd54008a54cd1a605eb40cbdd64445 (patch) | |
tree | 05f8afa03a42b8b2f78ff415b0c26f8567cc9ce3 | |
parent | 5125f624f646bf6dd4e38942ff06880511c287b5 (diff) |
[two-step] Add prototype for exported function
-rw-r--r-- | src/plugins/splash/two-step/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/splash/two-step/plugin.c b/src/plugins/splash/two-step/plugin.c index 30b0d9e1..c79fa3ef 100644 --- a/src/plugins/splash/two-step/plugin.c +++ b/src/plugins/splash/two-step/plugin.c @@ -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); |