sync with sylpheed 0.7.0cvs7
[claws.git] / src / inputdialog.h
index 02b996f1a9352f71e9350a30206f09cd8692be62..c93bb707c9edb70d149d7bf7a9a27ba9241ace1c 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
@@ -32,5 +32,7 @@ gchar *input_dialog_combo             (const gchar    *title,
                                         const gchar    *message,
                                         const gchar    *default_string,
                                         GList          *list);
+gchar *input_dialog_query_password     (const gchar    *server,
+                                        const gchar    *user);
 
 #endif /* __INPUTDIALOG_H__ */