1 /* Splash Screen - Header
2 
3  * Copyright (C) 1998 J.A. Bezemer
4  *
5  * Licensed under the terms of the GNU General Public License.
6  * ABSOLUTELY NO WARRANTY.
7  * See the file `COPYING' in this directory.
8  */
9 
10 #ifndef HAVE_SPLASHSCR_H
11 #define HAVE_SPLASHSCR_H
12 
13 
14 void splashscreen (void);
15 
16 
17 #endif /* HAVE_SPLASHSCR_H */
18