myhistedit.h revision 3044
184865Sobrien/*-
2218822Sdim * Copyright (c) 1993
384865Sobrien *	The Regents of the University of California.  All rights reserved.
484865Sobrien *
584865Sobrien * Redistribution and use in source and binary forms, with or without
684865Sobrien * modification, are permitted provided that the following conditions
784865Sobrien * are met:
884865Sobrien * 1. Redistributions of source code must retain the above copyright
984865Sobrien *    notice, this list of conditions and the following disclaimer.
1084865Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1184865Sobrien *    notice, this list of conditions and the following disclaimer in the
1284865Sobrien *    documentation and/or other materials provided with the distribution.
1384865Sobrien * 3. All advertising materials mentioning features or use of this software
1484865Sobrien *    must display the following acknowledgement:
1584865Sobrien *	This product includes software developed by the University of
1684865Sobrien *	California, Berkeley and its contributors.
1784865Sobrien * 4. Neither the name of the University nor the names of its contributors
1884865Sobrien *    may be used to endorse or promote products derived from this software
19218822Sdim *    without specific prior written permission.
20218822Sdim *
2184865Sobrien * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2284865Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2384865Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2484865Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2584865Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2684865Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2784865Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2884865Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2984865Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3084865Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3184865Sobrien * SUCH DAMAGE.
3284865Sobrien *
3384865Sobrien *	@(#)myhistedit.h	8.1 (Berkeley) 5/31/93
3484865Sobrien *	$Id$
3584865Sobrien */
3684865Sobrien
3784865Sobrien#include <histedit.h>
3884865Sobrien
3984865Sobrienextern History *hist;
4084865Sobrienextern EditLine *el;
4184865Sobrienextern int displayhist;
4284865Sobrien