=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/def.h,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- src/usr.bin/mg/def.h 2012/12/27 18:49:59 1.133 +++ src/usr.bin/mg/def.h 2012/12/27 18:51:52 1.134 @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.133 2012/12/27 18:49:59 florian Exp $ */ +/* $OpenBSD: def.h,v 1.134 2012/12/27 18:51:52 florian Exp $ */ /* This file is in the public domain. */ @@ -417,6 +417,7 @@ int checkdirty(struct buffer *); int revertbuffer(int, int); int dorevert(void); +int diffbuffer(int, int); /* display.c */ int vtresize(int, int, int);