aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads2/text_io.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-05-18 15:54:26 -1000
committerPaul Gilbert2019-05-24 18:21:06 -0700
commitbc87d740f55cfd0d283c6342abf641dfd0ff2e42 (patch)
treecd3734c76a03c841a4534cc0dc3d50507201f56c /engines/glk/tads/tads2/text_io.h
parent3d9e03af554814bee10f112c2efa0b7f0b722489 (diff)
downloadscummvm-rg350-bc87d740f55cfd0d283c6342abf641dfd0ff2e42.tar.gz
scummvm-rg350-bc87d740f55cfd0d283c6342abf641dfd0ff2e42.tar.bz2
scummvm-rg350-bc87d740f55cfd0d283c6342abf641dfd0ff2e42.zip
GLK: TADS2: Yet more volumous code additions
Diffstat (limited to 'engines/glk/tads/tads2/text_io.h')
-rw-r--r--engines/glk/tads/tads2/text_io.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/glk/tads/tads2/text_io.h b/engines/glk/tads/tads2/text_io.h
index 33a914e0ba..65194654f1 100644
--- a/engines/glk/tads/tads2/text_io.h
+++ b/engines/glk/tads/tads2/text_io.h
@@ -212,8 +212,7 @@ void out_set_doublespace(int dbl);
* call directly for graphical implementations. We'll use formatted
* text for text-only implementations.
*/
-int tio_askfile(const char *prompt, char *fname_buf, int fname_buf_len,
- int prompt_type, os_filetype_t file_type);
+int tio_askfile(const char *prompt, char *reply, int replen, int prompt_type, os_filetype_t file_type);
/*
* Display a dialog, using a system-defined dialog (via os_input_dialog)