1220370Sobrien/*-
2220370Sobrien * Copyright (c) 2011 David E. O'Brien
3220370Sobrien * All rights reserved.
4220370Sobrien *
5220370Sobrien * Redistribution and use in source and binary forms, with or without
6220370Sobrien * modification, are permitted provided that the following conditions
7220370Sobrien * are met:
8220370Sobrien * 1. Redistributions of source code must retain the above copyright
9220370Sobrien *    notice, this list of conditions and the following disclaimer.
10220370Sobrien * 2. Redistributions in binary form must reproduce the above copyright
11220370Sobrien *    notice, this list of conditions and the following disclaimer in the
12220370Sobrien *    documentation and/or other materials provided with the distribution.
13220370Sobrien * 3. Neither the name of the author nor the names of contributors
14220370Sobrien *    may be used to endorse or promote products derived from this software
15220370Sobrien *    without specific prior written permission.
16220370Sobrien *
17220370Sobrien * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18220370Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19220370Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20220370Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21220370Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22220370Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23220370Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24220370Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25220370Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26220370Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27220370Sobrien * SUCH DAMAGE.
28220370Sobrien *
29220370Sobrien * $FreeBSD: releng/10.3/lib/libedit/edit/readline/history.h 220370 2011-04-05 18:41:01Z obrien $
30220370Sobrien */
31220370Sobrien
32220370Sobrien#include <edit/readline/readline.h>
33