summaryrefslogtreecommitdiffstats
path: root/bin/ed/ed.h
diff options
context:
space:
mode:
authoralm <alm@FreeBSD.org>1993-06-26 06:47:21 +0000
committeralm <alm@FreeBSD.org>1993-06-26 06:47:21 +0000
commit3ee56e1af8d1034ab3f1f81bb3bca6e2e88bd8d8 (patch)
treea75d2f4512b2836bcc2e21f718151792e640b67f /bin/ed/ed.h
parentc1b03d1c9c4a42a7c8acab252f2fd926b376b882 (diff)
downloadFreeBSD-src-3ee56e1af8d1034ab3f1f81bb3bca6e2e88bd8d8.zip
FreeBSD-src-3ee56e1af8d1034ab3f1f81bb3bca6e2e88bd8d8.tar.gz
fixed undo within a global command (would corrupt the buffer)
changed move within a global to behave as in SunOS added a couple error messages
Diffstat (limited to 'bin/ed/ed.h')
-rw-r--r--bin/ed/ed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/ed.h b/bin/ed/ed.h
index 1b277fe..c854364 100644
--- a/bin/ed/ed.h
+++ b/bin/ed/ed.h
@@ -237,7 +237,7 @@ void lpqueue __P((line_t *));
void makekey __P((char *));
char *makesub __P((int));
char *translit __P((char *, int, int, int));
-int move __P((long));
+int move __P((long, int));
int oddesc __P((char *, char *));
void onhup __P((int));
void onintr __P((int));
@@ -253,7 +253,7 @@ int catsub __P((char *, regmatch_t *, int));
int subst __P((pattern_t *, int));
int tobinhex __P((int, int));
int transfer __P((long));
-int undo __P((void));
+int undo __P((int));
undo_t *upush __P((int, long, long));
void ureset __P((void));
OpenPOWER on IntegriCloud