aboutsummaryrefslogtreecommitdiff
path: root/refresh.h
diff options
context:
space:
mode:
Diffstat (limited to 'refresh.h')
-rw-r--r--refresh.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/refresh.h b/refresh.h
index 498af415dc93..22e4ccb9dc8f 100644
--- a/refresh.h
+++ b/refresh.h
@@ -1,4 +1,4 @@
-/* $NetBSD: refresh.h,v 1.9 2016/02/16 15:53:48 christos Exp $ */
+/* $NetBSD: refresh.h,v 1.11 2017/06/27 23:23:48 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -46,12 +46,14 @@ typedef struct {
int r_newcv;
} el_refresh_t;
-protected void re_putc(EditLine *, wint_t, int);
-protected void re_clear_lines(EditLine *);
-protected void re_clear_display(EditLine *);
-protected void re_refresh(EditLine *);
-protected void re_refresh_cursor(EditLine *);
-protected void re_fastaddc(EditLine *);
-protected void re_goto_bottom(EditLine *);
+libedit_private void re_putc(EditLine *, wint_t, int);
+libedit_private void re_putliteral(EditLine *, const wchar_t *,
+ const wchar_t *);
+libedit_private void re_clear_lines(EditLine *);
+libedit_private void re_clear_display(EditLine *);
+libedit_private void re_refresh(EditLine *);
+libedit_private void re_refresh_cursor(EditLine *);
+libedit_private void re_fastaddc(EditLine *);
+libedit_private void re_goto_bottom(EditLine *);
#endif /* _h_el_refresh */