aboutsummaryrefslogtreecommitdiff
path: root/src/dialog.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-11 14:51:23 +0200
committerjcid <devnull@localhost>2008-04-11 14:51:23 +0200
commit375f81c82e1dc8b7084d686d1da02fe8266c4388 (patch)
tree7759b5504bd38d7df8650c5bdb0fa1e769f8b0b1 /src/dialog.hh
parentfd1460fdb6afff36990cdaddd0d7a3bc72dbc2b9 (diff)
- Implemented the file input control for forms (work in progress).
Diffstat (limited to 'src/dialog.hh')
-rw-r--r--src/dialog.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialog.hh b/src/dialog.hh
index 2ceadc57..de189175 100644
--- a/src/dialog.hh
+++ b/src/dialog.hh
@@ -16,6 +16,8 @@ int a_Dialog_choice5(const char *QuestionTxt,
const char *a_Dialog_input(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,
+ const char *pattern, const char *fname);
char *a_Dialog_open_file(const char *msg,
const char *pattern, const char *fname);
void a_Dialog_text_window(const char *txt, const char *title);