summaryrefslogtreecommitdiff
path: root/src/proto/hardcopy.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/hardcopy.pro')
-rw-r--r--src/proto/hardcopy.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/hardcopy.pro b/src/proto/hardcopy.pro
index 4791f4a02..615f08856 100644
--- a/src/proto/hardcopy.pro
+++ b/src/proto/hardcopy.pro
@@ -1,6 +1,6 @@
/* hardcopy.c */
-char_u *parse_printoptions(void);
-char_u *parse_printmbfont(void);
+char *parse_printoptions(void);
+char *parse_printmbfont(void);
int prt_header_height(void);
int prt_use_number(void);
int prt_get_unit(int idx);