diff options
author | jcid <devnull@localhost> | 2008-06-02 04:27:43 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-02 04:27:43 +0200 |
commit | c9332309b606361609ace591be1266ab59f9c0d4 (patch) | |
tree | c54450e2eb5f582c21fa74167cbdf424e8e4dd32 /src/dialog.hh | |
parent | cf987dd5f89ceb29fcf71bc95eedb95145fa7c05 (diff) |
- Moved charset decoding into cache.
Diffstat (limited to 'src/dialog.hh')
-rw-r--r-- | src/dialog.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dialog.hh b/src/dialog.hh index 8e1d4e60..17c326cb 100644 --- a/src/dialog.hh +++ b/src/dialog.hh @@ -19,7 +19,8 @@ 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); +void *a_Dialog_make_text_window(const char *txt, const char *title); +void a_Dialog_show_text_window(void *vWindow); #ifdef __cplusplus } |