]> git.ipfire.org Git - thirdparty/plymouth.git/commit
Rearrange functions to prevent forward declaration
authorRay Strode <rstrode@redhat.com>
Fri, 11 Jul 2008 12:47:46 +0000 (08:47 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 11 Jul 2008 12:48:01 +0000 (08:48 -0400)
commit78bb3d17cdc6e55d71c4b58b7c64db43cc6972d0
tree8eac50dd4d8b4a1b1d1c50ff28df1d993529f316
parent254292def2e61ea935f0d34f2ae2155630d86a46
Rearrange functions to prevent forward declaration

We're going to be calling show_detailed_splash before
implicitly in cases when there is no splash, so we
need to make sure it's high enough up in the file
src/main.c