detailer.h revision 156230
1268896Sbapt/*-
2268896Sbapt * Copyright (c) 2003-2004, Maxime Henrion <mux@FreeBSD.org>
3268896Sbapt * All rights reserved.
4268896Sbapt *
5268896Sbapt * Redistribution and use in source and binary forms, with or without
6268896Sbapt * modification, are permitted provided that the following conditions
7268896Sbapt * are met:
8268896Sbapt * 1. Redistributions of source code must retain the above copyright
9268896Sbapt *    notice, this list of conditions and the following disclaimer.
10268896Sbapt * 2. Redistributions in binary form must reproduce the above copyright
11268896Sbapt *    notice, this list of conditions and the following disclaimer in the
12268896Sbapt *    documentation and/or other materials provided with the distribution.
13268896Sbapt *
14268896Sbapt * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15268896Sbapt * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16268896Sbapt * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17268896Sbapt * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18268896Sbapt * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19268896Sbapt * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20268896Sbapt * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21268896Sbapt * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22268896Sbapt * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23268896Sbapt * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24268896Sbapt * SUCH DAMAGE.
25268896Sbapt *
26268896Sbapt * $FreeBSD: vendor/csup/dist/contrib/csup/detailer.h 156230 2006-03-03 04:11:29Z mux $
27268896Sbapt */
28268896Sbapt#ifndef _DETAILER_H_
29268896Sbapt#define _DETAILER_H_
30268896Sbapt
31268896Sbaptvoid	*detailer(void *);
32268896Sbapt
33268896Sbapt#endif /* !_DETAILER_H_ */
34268896Sbapt