From: Ray Strode Date: Thu, 6 Aug 2009 12:44:49 +0000 (-0400) Subject: [text] Mark internal functions static X-Git-Tag: 0.7.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9443dd0d4c0c6e2f71fcbd01be1c6c7c61eb2371;p=thirdparty%2Fplymouth.git [text] Mark internal functions static --- diff --git a/src/plugins/splash/text/plugin.c b/src/plugins/splash/text/plugin.c index f89a8a73..c3e733e4 100644 --- a/src/plugins/splash/text/plugin.c +++ b/src/plugins/splash/text/plugin.c @@ -206,7 +206,7 @@ stop_animation (ply_boot_splash_plugin_t *plugin) ply_text_progress_bar_hide (plugin->progress_bar); } -void +static void on_draw (ply_boot_splash_plugin_t *plugin, int x, int y, @@ -217,7 +217,7 @@ on_draw (ply_boot_splash_plugin_t *plugin, ply_window_clear_screen (plugin->window); } -void +static void on_erase (ply_boot_splash_plugin_t *plugin, int x, int y,