=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/def.h,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- src/usr.bin/mg/def.h 2006/08/01 22:16:03 1.96 +++ src/usr.bin/mg/def.h 2006/11/17 08:45:31 1.97 @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.96 2006/08/01 22:16:03 jason Exp $ */ +/* $OpenBSD: def.h,v 1.97 2006/11/17 08:45:31 kjell Exp $ */ /* This file is in the public domain. */ @@ -599,12 +599,13 @@ /* undo.c X */ void free_undo_record(struct undo_rec *); int undo_dump(int, int); +int undo_enabled(void); int undo_enable(int); void undo_add_boundary(void); void undo_add_modified(void); int undo_add_insert(struct line *, int, int); int undo_add_delete(struct line *, int, int); -void undo_no_boundary(int); +void undo_boundary_enable(int); int undo_add_change(struct line *, int, int); int undo(int, int);