=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/funmap.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/mg/funmap.c 2005/04/03 02:09:28 1.11 +++ src/usr.bin/mg/funmap.c 2005/04/28 07:23:56 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: funmap.c,v 1.11 2005/04/03 02:09:28 db Exp $ */ +/* $OpenBSD: funmap.c,v 1.12 2005/04/28 07:23:56 otto Exp $ */ /* * Copyright (c) 2001 Artur Grabowski . All rights reserved. * @@ -289,7 +289,7 @@ * List possible function name completions. */ LIST * -complete_function_list(const char *fname, int c) +complete_function_list(const char *fname) { struct funmap *fn; LIST *head, *el;