sync with 0.7.4cvs49
[claws.git] / src / inputdialog.h
index 02b996f1a9352f71e9350a30206f09cd8692be62..0e9175a80b829e4b726b0c19b15e03b91a2d3c7f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2002 Hiroyuki Yamamoto
  *
  * 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
@@ -31,6 +31,9 @@ gchar *input_dialog_with_invisible    (const gchar    *title,
 gchar *input_dialog_combo              (const gchar    *title,
                                         const gchar    *message,
                                         const gchar    *default_string,
-                                        GList          *list);
+                                        GList          *list,
+                                        gboolean        case_sensitive);
+gchar *input_dialog_query_password     (const gchar    *server,
+                                        const gchar    *user);
 
 #endif /* __INPUTDIALOG_H__ */