/* Copyright (C) 2005 sgop@users.sourceforge.net This is free software * distributed under the terms of the GNU Public License. See the * file COPYING for details. */ /* $Revision: 1.1 $ * $Date: 2005/10/08 22:40:35 $ * $Author: sgop $ */ #ifndef _GUI_ABOUT_H_ #define _GUI_ABOUT_H_ void gui_show_about(void); #endif