home *** CD-ROM | disk | FTP | other *** search
- void switch_console (int vt);
-
- void clear_screen (void);
-
- void clear_progressbar (void);
- void draw_progressbar (int percentage);
-
- void clear_text (void);
- void draw_text (const char *string, size_t len);
- void draw_line (const char *string, size_t len);
- void draw_status (const char *string, size_t len, int mode);
- int usplash_setup (int xres, int yres);
- void usplash_restore_console (void);
- int strncspn (const char *s, size_t n, const char *reject);
-
- extern struct usplash_theme testcard_theme;
- extern struct usplash_theme *theme;
- extern int usplash_xres, usplash_yres;
- extern int top_edge, left_edge;
-