sync with sylpheed 0.6.4cvs18
[claws.git] / src / inputdialog.h
index b3993532d051e25878517c33ff12847969486792..02b996f1a9352f71e9350a30206f09cd8692be62 100644 (file)
@@ -28,5 +28,9 @@ gchar *input_dialog                   (const gchar    *title,
 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);
 
 #endif /* __INPUTDIALOG_H__ */