=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/def.h,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- src/usr.bin/mg/def.h 2007/05/28 17:52:17 1.100 +++ src/usr.bin/mg/def.h 2008/06/10 23:23:53 1.101 @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.100 2007/05/28 17:52:17 kjell Exp $ */ +/* $OpenBSD: def.h,v 1.101 2008/06/10 23:23:53 kjell Exp $ */ /* This file is in the public domain. */ @@ -476,6 +476,7 @@ int pagenext(int, int); void isetmark(void); int setmark(int, int); +int clearmark(int, int); int swapmark(int, int); int gotoline(int, int);