diff src/proto/hardcopy.pro @ 14736:3e9b24eac417 v8.1.0380

patch 8.1.0380: "make proto" doesn't work well commit https://github.com/vim/vim/commit/32d19c1820305729c0d1b21536b18bae2d8378ed Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 13 17:26:54 2018 +0200 patch 8.1.0380: "make proto" doesn't work well Problem: "make proto" doesn't work well. Solution: Define a few more types for cproto. Update proto files. Fix that workshop didn't build.
author Christian Brabandt <cb@256bit.org>
date Thu, 13 Sep 2018 17:30:06 +0200
parents 21b0a39d13ed
children 55ccc2d353bd
line wrap: on
line diff
--- a/src/proto/hardcopy.pro
+++ b/src/proto/hardcopy.pro
@@ -13,7 +13,7 @@ int mch_print_end_page(void);
 int mch_print_begin_page(char_u *str);
 int mch_print_blank_page(void);
 void mch_print_start_line(int margin, int page_line);
-int mch_print_text_out(char_u *p, int len);
+int mch_print_text_out(char_u *textp, int len);
 void mch_print_set_font(int iBold, int iItalic, int iUnderline);
 void mch_print_set_bg(long_u bgcol);
 void mch_print_set_fg(long_u fgcol);