xref: /original-bsd/bin/sh/myhistedit.h (revision b3c06cab)
1 /*-
2  * Copyright (c) 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)myhistedit.h	8.2 (Berkeley) 05/04/95
8  */
9 
10 #include <histedit.h>
11 
12 extern History *hist;
13 extern EditLine *el;
14 extern int displayhist;
15 
16 void histedit __P((void));
17 void sethistsize __P((void));
18 int histcmd __P((int, char **));
19 int not_fcnumber __P((char *));
20 int str_to_event __P((char *, int));
21 
22