=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/undo.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/mg/undo.c 2003/06/01 15:53:34 1.17 +++ src/usr.bin/mg/undo.c 2003/06/26 23:04:10 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: undo.c,v 1.17 2003/06/01 15:53:34 deraadt Exp $ */ +/* $OpenBSD: undo.c,v 1.18 2003/06/26 23:04:10 vincent Exp $ */ /* * Copyright (c) 2002 Vincent Labrecque * All rights reserved. @@ -359,7 +359,7 @@ * Show the undo records for the current buffer in a new buffer. */ int -undo_dump(void) +undo_dump(int f, int n) { struct undo_rec *rec; BUFFER *bp;