11.3Sroy/*	$NetBSD: dump.h,v 1.3 2018/04/20 10:39:37 roy Exp $	*/
21.1Sitojun/*	$KAME: dump.h,v 1.1 2000/05/23 11:31:26 itojun Exp $	*/
31.1Sitojun
41.1Sitojun/*
51.1Sitojun * Copyright (C) 1998 WIDE Project.
61.1Sitojun * All rights reserved.
71.3Sroy *
81.1Sitojun * Redistribution and use in source and binary forms, with or without
91.1Sitojun * modification, are permitted provided that the following conditions
101.1Sitojun * are met:
111.1Sitojun * 1. Redistributions of source code must retain the above copyright
121.1Sitojun *    notice, this list of conditions and the following disclaimer.
131.1Sitojun * 2. Redistributions in binary form must reproduce the above copyright
141.1Sitojun *    notice, this list of conditions and the following disclaimer in the
151.1Sitojun *    documentation and/or other materials provided with the distribution.
161.1Sitojun * 3. Neither the name of the project nor the names of its contributors
171.1Sitojun *    may be used to endorse or promote products derived from this software
181.1Sitojun *    without specific prior written permission.
191.3Sroy *
201.1Sitojun * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
211.1Sitojun * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
221.1Sitojun * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
231.1Sitojun * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
241.1Sitojun * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
251.1Sitojun * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
261.1Sitojun * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
271.1Sitojun * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
281.1Sitojun * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
291.1Sitojun * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
301.1Sitojun * SUCH DAMAGE.
311.1Sitojun */
321.1Sitojun
331.2Sroyextern void rtadvd_dump_file(const char *);
34