=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/def.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/mg/def.h 2002/01/10 12:13:35 1.23 +++ src/usr.bin/mg/def.h 2002/01/18 08:37:08 1.24 @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.23 2002/01/10 12:13:35 art Exp $ */ +/* $OpenBSD: def.h,v 1.24 2002/01/18 08:37:08 art Exp $ */ /* * This file is the general header file for all parts @@ -360,6 +360,7 @@ int popbuftop __P((BUFFER *)); /* display.c */ +int vtresize __P((int, int, int)); void vtinit __P((void)); void vttidy __P((void)); void update __P((void));