summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r--usr.bin/mg/def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index f4d7a9b3cc0..04a6bfa9198 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.80 2005/12/13 06:01:27 kjell Exp $ */
+/* $OpenBSD: def.h,v 1.81 2005/12/13 07:20:13 kjell Exp $ */
/* This file is in the public domain. */
@@ -585,7 +585,7 @@ int cntnonmatchlines(int, int);
void free_undo_record(struct undo_rec *);
int undo_dump(int, int);
int undo_enable(int);
-int undo_add_boundary(void);
+void undo_add_boundary(void);
int undo_add_insert(struct line *, int, int);
int undo_add_delete(struct line *, int, int);
void undo_no_boundary(int);