mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
02585bd39c
gate is a simple and unobtrusive line-oriented text editor. PR: 19905 Submitted by: Christopher N. Harrell <cnh@ivmg.net> Reviewed by: sobomax
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
--- gate.h.orig Mon Jul 17 23:20:52 2000
|
|
+++ gate.h Mon Jul 17 23:21:15 2000
|
|
@@ -213,7 +213,7 @@
|
|
|
|
/* FILE.C */
|
|
void read_file(char *rname, int strip);
|
|
-FILE *copy_file(char *wname);
|
|
+FILE *copy_file(char *wname, int fd);
|
|
void write_file(char *wname);
|
|
void typefile(char *name);
|
|
void emptyfile(void);
|