diff options
Diffstat (limited to 'editors/gate/files/patch-gate.h')
-rw-r--r-- | editors/gate/files/patch-gate.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/gate/files/patch-gate.h b/editors/gate/files/patch-gate.h new file mode 100644 index 000000000000..f4873775e0f9 --- /dev/null +++ b/editors/gate/files/patch-gate.h @@ -0,0 +1,11 @@ +--- gate.h.orig 2005-01-24 06:24:26 UTC ++++ gate.h +@@ -211,7 +211,7 @@ int mv_file(char *src, char *dst); + + /* LINE.C */ + int outcol(char *str,int n,int icol); +-int getline(char *bf, char *wbf, int *wcol, char *prompt); ++int get_line(char *bf, char *wbf, int *wcol, char *prompt); + void back_to_col(int ncol); + void print_to_index(int newi); + |