2007-10-19 [colin] 3.0.2cvs92
[claws.git] / src / gtk / inputdialog.h
index 0e9175a80b829e4b726b0c19b15e03b91a2d3c7f..992635eff4c83ab6edba743f31996aaacaeb6ca7 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2002 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 __INPUTDIALOG_H__
@@ -29,10 +29,14 @@ gchar *input_dialog_with_invisible  (const gchar    *title,
                                         const gchar    *message,
                                         const gchar    *default_string);
 gchar *input_dialog_combo              (const gchar    *title,
+                                        const gchar    *message,
+                                        const gchar    *default_string,
+                                        GList          *list);
+gchar *input_dialog_combo_remember     (const gchar    *title,
                                         const gchar    *message,
                                         const gchar    *default_string,
                                         GList          *list,
-                                        gboolean        case_sensitive);
+                                        gboolean       *remember);
 gchar *input_dialog_query_password     (const gchar    *server,
                                         const gchar    *user);