1270631Sjfv/*	$NetBSD: rc.h,v 1.6 2009/11/17 18:58:07 drochner Exp $	*/
2270631Sjfv
3292095Ssmh/*
4270631Sjfv * Copyright (c) 1993-95 Mats O Jansson.  All rights reserved.
5270631Sjfv *
6270631Sjfv * Redistribution and use in source and binary forms, with or without
7270631Sjfv * modification, are permitted provided that the following conditions
8270631Sjfv * are met:
9270631Sjfv * 1. Redistributions of source code must retain the above copyright
10270631Sjfv *    notice, this list of conditions and the following disclaimer.
11270631Sjfv * 2. Redistributions in binary form must reproduce the above copyright
12270631Sjfv *    notice, this list of conditions and the following disclaimer in the
13270631Sjfv *    documentation and/or other materials provided with the distribution.
14270631Sjfv *
15270631Sjfv * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16270631Sjfv * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17270631Sjfv * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18270631Sjfv * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19270631Sjfv * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20270631Sjfv * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21270631Sjfv * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22270631Sjfv * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23270631Sjfv * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24270631Sjfv * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25270631Sjfv *
26270631Sjfv *	$NetBSD: rc.h,v 1.6 2009/11/17 18:58:07 drochner Exp $
27270631Sjfv *
28270631Sjfv */
29270631Sjfv
30270631Sjfv#ifndef _RC_H_
31270631Sjfv#define _RC_H_
32270631Sjfv
33270631Sjfv__BEGIN_DECLS
34270631Sjfvvoid	mopDumpRC(FILE *, const u_char *, int);
35270631Sjfv__END_DECLS
36270631Sjfv
37270631Sjfv#endif /* _RC_H_ */
38270631Sjfv