summaryrefslogtreecommitdiff
path: root/src/dialog.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-05-26 15:10:01 +0200
committerjcid <devnull@localhost>2008-05-26 15:10:01 +0200
commit392b7d272a482dcc29108915b461c954152addd8 (patch)
treef9d4ef158b95a6557324887565f4552e8b91f88c /src/dialog.hh
parent4d255bf0e4f38d792b488430a507d7455738689a (diff)
- Enabled proxy_user in preferences.
Diffstat (limited to 'src/dialog.hh')
-rw-r--r--src/dialog.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialog.hh b/src/dialog.hh
index 5a30d0a8..8e1d4e60 100644
--- a/src/dialog.hh
+++ b/src/dialog.hh
@@ -12,6 +12,7 @@ int a_Dialog_choice5(const char *QuestionTxt,
const char *alt1, const char *alt2, const char *alt3,
const char *alt4, const char *alt5);
const char *a_Dialog_input(const char *msg);
+const char *a_Dialog_passwd(const char *msg);
const char *a_Dialog_save_file(const char *msg,
const char *pattern, const char *fname);
const char *a_Dialog_select_file(const char *msg,