diff options
author | michaels <michaels@cvs.openbsd.org> | 1996-08-16 17:58:49 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1996-08-16 17:58:49 +0000 |
commit | 418c0bbade1dcb322b7abdbed4064993de8086c2 (patch) | |
tree | 4bad4d39a1f432f68cae3d673074f4b724aba879 /usr.bin/vi/common/gs.h | |
parent | 445816164da4c953591f89549fdd9bc8825aa8c8 (diff) |
nvi 1.73
Diffstat (limited to 'usr.bin/vi/common/gs.h')
-rw-r--r-- | usr.bin/vi/common/gs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/common/gs.h b/usr.bin/vi/common/gs.h index afb2721788c..542e2ef1e27 100644 --- a/usr.bin/vi/common/gs.h +++ b/usr.bin/vi/common/gs.h @@ -6,7 +6,7 @@ * * See the LICENSE file for redistribution information. * - * @(#)gs.h 10.32 (Berkeley) 6/18/96 + * @(#)gs.h 10.33 (Berkeley) 7/12/96 */ #define TEMPORARY_FILE_STRING "/tmp" /* Default temporary file name. */ @@ -182,7 +182,7 @@ struct _gs { /* Refresh the screen. */ int (*scr_refresh) __P((SCR *, int)); /* Rename the file. */ - int (*scr_rename) __P((SCR *)); + int (*scr_rename) __P((SCR *, char *, int)); /* Set the screen type. */ int (*scr_screen) __P((SCR *, u_int32_t)); /* Suspend the editor. */ |