updater.h revision 156230
1185573Srwatson/*-
2155131Srwatson * Copyright (c) 2003-2004, Maxime Henrion <mux@FreeBSD.org>
3168777Srwatson * All rights reserved.
4155131Srwatson *
5155131Srwatson * Redistribution and use in source and binary forms, with or without
6155131Srwatson * modification, are permitted provided that the following conditions
7155131Srwatson * are met:
8168777Srwatson * 1. Redistributions of source code must retain the above copyright
9155131Srwatson *    notice, this list of conditions and the following disclaimer.
10155131Srwatson * 2. Redistributions in binary form must reproduce the above copyright
11168777Srwatson *    notice, this list of conditions and the following disclaimer in the
12185573Srwatson *    documentation and/or other materials provided with the distribution.
13155131Srwatson *
14168777Srwatson * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15168777Srwatson * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16155131Srwatson * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17155131Srwatson * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18155131Srwatson * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19155131Srwatson * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20155131Srwatson * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21155131Srwatson * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22155131Srwatson * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23155131Srwatson * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24155131Srwatson * SUCH DAMAGE.
25155131Srwatson *
26155131Srwatson * $FreeBSD: vendor/csup/dist/contrib/csup/updater.h 156230 2006-03-03 04:11:29Z mux $
27155131Srwatson */
28185573Srwatson#ifndef _UPDATER_H_
29155131Srwatson#define _UPDATER_H
30155364Srwatson
31155131Srwatsonvoid	*updater(void *);
32155131Srwatson
33155131Srwatson#endif /* !_UPDATER_H_ */
34155131Srwatson