=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/def.h,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- src/usr.bin/mg/def.h 2012/10/22 08:31:42 1.127 +++ src/usr.bin/mg/def.h 2012/11/03 14:51:41 1.128 @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.127 2012/10/22 08:31:42 florian Exp $ */ +/* $OpenBSD: def.h,v 1.128 2012/11/03 14:51:41 haesbaert Exp $ */ /* This file is in the public domain. */ @@ -416,7 +416,7 @@ int getbufcwd(char *, size_t); int checkdirty(struct buffer *); int revertbuffer(int, int); -int dorevert(); +int dorevert(void); /* display.c */ int vtresize(int, int, int);