aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 42bbb03..460663c 100644
--- a/proto.h
+++ b/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.88 2003/02/05 16:44:00 ukai Exp $ */
+/* $Id: proto.h,v 1.89 2003/02/06 17:15:13 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -449,9 +449,13 @@ extern void setbcolor(int color);
#endif /* USE_COLOR */
extern void refresh(void);
extern void clear(void);
+#ifdef USE_RAW_SCROLL
extern void scroll(int);
extern void rscroll(int);
+#endif
+#if 0
extern void need_clrtoeol(void);
+#endif
extern void clrtoeol(void);
extern void clrtoeolx(void);
extern void clrtobot(void);