]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[main] Make some callback functions static
authorRay Strode <rstrode@redhat.com>
Wed, 16 Sep 2009 20:59:54 +0000 (16:59 -0400)
committerRay Strode <rstrode@redhat.com>
Sun, 20 Sep 2009 16:19:11 +0000 (12:19 -0400)
src/main.c

index 610ee3002f0ac9d207fce5fe19e99902c1f5a82b..1feac1d8fc1c1ae3aec797c357291ef9cb28cbe5 100644 (file)
@@ -883,7 +883,7 @@ on_keyboard_input (state_t                  *state,
     }
 }
 
-void
+static void
 on_backspace (state_t                  *state)
 {
   ssize_t bytes_to_remove;
@@ -909,7 +909,7 @@ on_backspace (state_t                  *state)
   update_display (state);
 }
 
-void
+static void
 on_enter (state_t                  *state,
           const char               *line)
 {