2007-10-13 [paul] 3.0.2cvs66
[claws.git] / src / main.h
index 0fb8c56f07294e563fe25a610c0e74b7db329f21..ae9caab1e7a8cd8772b63124eb677d4decf06d6f 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2001 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 
  */
 
 #ifndef __MAIN_H__
 #include <gtk/gtkwidget.h>
 
 extern gchar *prog_version;
-extern gchar *startup_dir;
 extern gboolean debug_mode;
+#ifdef MAEMO
+#include <hildon-widgets/hildon-program.h>
+#include <hildon-widgets/hildon-window.h>
+         
+HildonProgram *hildon_program;
+#endif
+
 
 void app_will_exit     (GtkWidget *widget, gpointer data);
+gboolean clean_quit    (gpointer data);
+gboolean claws_is_exiting(void);
+gboolean claws_is_starting(void);
+gchar *claws_get_socket_name(void);
+void main_set_show_at_startup(gboolean show);
+gboolean claws_crashed(void);
 
 #endif /* __MAIN_H__ */