/* Copyright (C) 2000-2003 Markus Lausser (sgop@users.sf.net) This is free software distributed under the terms of the GNU Public License. See the file COPYING for details. */ #ifndef _SPLASH_H_ #define _SPLASH_H_ GtkWidget *splash_screen(void); #endif