=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/command.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/less/command.c 2015/11/13 16:48:48 1.26 --- src/usr.bin/less/command.c 2015/11/23 09:26:51 1.27 *************** *** 69,75 **** static struct ungot *ungot = NULL; static int unget_end = 0; ! static void multi_search(); /* * Move the cursor to start of prompt line before executing a command. --- 69,75 ---- static struct ungot *ungot = NULL; static int unget_end = 0; ! static void multi_search(char *, int); /* * Move the cursor to start of prompt line before executing a command.