summaryrefslogtreecommitdiff
path: root/news/tin/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'news/tin/patches/patch-ad')
-rw-r--r--news/tin/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/tin/patches/patch-ad b/news/tin/patches/patch-ad
new file mode 100644
index 00000000000..08b5aa09d7f
--- /dev/null
+++ b/news/tin/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.3 2009/10/22 22:01:26 wiz Exp $
+
+--- include/proto.h.orig 2009-01-25 19:59:14.000000000 +0100
++++ include/proto.h
+@@ -503,6 +503,7 @@ extern t_bool prompt_option_string(enum
+ extern t_bool prompt_string(const char *prompt, char *buf, int which_hist);
+ extern void prompt_continue(void);
+ extern void prompt_slk_redraw(void);
++extern void prompt_yn_redraw(void);
+
+ /* read.c */
+ extern char *tin_fgets(FILE *fp, t_bool header);