160714Sbostic /*- 260714Sbostic * Copyright (c) 1993 360714Sbostic * The Regents of the University of California. All rights reserved. 460714Sbostic * 560714Sbostic * %sccs.include.redist.c% 660714Sbostic * 7*69272Schristos * @(#)myhistedit.h 8.2 (Berkeley) 05/04/95 860714Sbostic */ 960714Sbostic 1054331Smarc #include <histedit.h> 1160714Sbostic 1253860Smarc extern History *hist; 1353860Smarc extern EditLine *el; 1455251Smarc extern int displayhist; 15*69272Schristos 16*69272Schristos void histedit __P((void)); 17*69272Schristos void sethistsize __P((void)); 18*69272Schristos int histcmd __P((int, char **)); 19*69272Schristos int not_fcnumber __P((char *)); 20*69272Schristos int str_to_event __P((char *, int)); 21*69272Schristos 22