diff options
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.24 2002/01/14 15:59:17 ukai Exp $ */ +/* $Id: proto.h,v 1.25 2002/01/16 15:37:07 ukai Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -262,9 +262,7 @@ extern void escmap(void); extern void escbmap(void); extern void escdmap(char c); extern char *inputLineHistSearch(char *prompt, char *def_str, int flag, - Hist *hist, - int (*incfunc) (int ch, Str buf, short *x, - short *y)); + Hist *hist, int (*incfunc) (int ch, Str buf)); #ifdef USE_HISTORY extern Buffer *historyBuffer(Hist *hist); extern void loadHistory(Hist *hist); |