fix bug that can cause recursive .forward files to fail
[unix-history] / usr / src / bin / sh / myhistedit.h
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)myhistedit.h 8.1 (Berkeley) %G%
*/
#include <histedit.h>
extern History *hist;
extern EditLine *el;
extern int displayhist;