]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[text] Mark internal functions static
authorRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 12:44:49 +0000 (08:44 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 12:44:49 +0000 (08:44 -0400)
src/plugins/splash/text/plugin.c

index f89a8a735d5161dca1192386ce50b689764664a0..c3e733e4bfce82cc5e8ce36fbd6706305c917082 100644 (file)
@@ -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,