1241777Sed/*-
2241777Sed * Copyright (c) 2007 The NetBSD Foundation, Inc.
3241777Sed * All rights reserved.
4241777Sed *
5241777Sed * This code is derived from software contributed to The NetBSD Foundation
6241777Sed * by Christos Zoulas.
7241777Sed *
8241777Sed * Redistribution and use in source and binary forms, with or without
9241777Sed * modification, are permitted provided that the following conditions
10241777Sed * are met:
11241777Sed * 1. Redistributions of source code must retain the above copyright
12241777Sed *    notice, this list of conditions and the following disclaimer.
13241777Sed * 2. Redistributions in binary form must reproduce the above copyright
14241777Sed *    notice, this list of conditions and the following disclaimer in the
15241777Sed *    documentation and/or other materials provided with the distribution.
16241777Sed *
17241777Sed * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
18241777Sed * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19241777Sed * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20241777Sed * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
21241777Sed * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22241777Sed * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23241777Sed * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24241777Sed * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25241777Sed * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26241777Sed * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27241777Sed * POSSIBILITY OF SUCH DAMAGE.
28241777Sed *
29241777Sed * $FreeBSD$
30241777Sed */
31241777Sed
32241777Sedextern const HASHINFO hinfo;
33241778Sed
34241778Sedvoid uniq(const char *);
35