142106Sobrien/*-
242106Sobrien * Copyright (c) 1998 David E. O'Brien
342106Sobrien * All rights reserved.
442106Sobrien *
542106Sobrien * Redistribution and use in source and binary forms, with or without
642106Sobrien * modification, are permitted provided that the following conditions
742106Sobrien * are met:
842106Sobrien * 1. Redistributions of source code must retain the above copyright
942106Sobrien *    notice, this list of conditions and the following disclaimer.
1042106Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1142106Sobrien *    notice, this list of conditions and the following disclaimer in the
1242106Sobrien *    documentation and/or other materials provided with the distribution.
1342106Sobrien *
1442106Sobrien * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1542106Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1642106Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1742106Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1842106Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1942106Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2042106Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2142106Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2242106Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2342106Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2442106Sobrien * SUCH DAMAGE.
2542106Sobrien *
2650477Speter * $FreeBSD$
2742106Sobrien */
2842106Sobrien
2940060Sobrienint dsinit(int, struct statinfo *, struct statinfo *, struct statinfo *);
3087715Smarkmint dscmd(const char *, const char *, int, struct statinfo *);
31