9e9e6faf459961590a805c4053383a27a5c37826vboxsync/************************************************************
9e9e6faf459961590a805c4053383a27a5c37826vboxsync
9e9e6faf459961590a805c4053383a27a5c37826vboxsyncCopyright 1996 by Thomas E. Dickey <dickey@clark.net>
9e9e6faf459961590a805c4053383a27a5c37826vboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync All Rights Reserved
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync
c98fb3e16fcd571a790eab772c0c66173d225205vboxsyncPermission to use, copy, modify, and distribute this software and its
c98fb3e16fcd571a790eab772c0c66173d225205vboxsyncdocumentation for any purpose and without fee is hereby granted,
c98fb3e16fcd571a790eab772c0c66173d225205vboxsyncprovided that the above copyright notice appear in all copies and that
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsyncboth that copyright notice and this permission notice appear in
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsyncsupporting documentation, and that the name of the above listed
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsynccopyright holder(s) not be used in advertising or publicity pertaining
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsyncto distribution of the software without specific, written prior
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncpermission.
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9e9e6faf459961590a805c4053383a27a5c37826vboxsyncAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
9e9e6faf459961590a805c4053383a27a5c37826vboxsyncLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
9e9e6faf459961590a805c4053383a27a5c37826vboxsyncWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
9e9e6faf459961590a805c4053383a27a5c37826vboxsyncACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
9e9e6faf459961590a805c4053383a27a5c37826vboxsyncOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
383c24a5b199735003fdfadc6c19c92273278cc5vboxsync
9e9e6faf459961590a805c4053383a27a5c37826vboxsync********************************************************/
9e9e6faf459961590a805c4053383a27a5c37826vboxsync
9e9e6faf459961590a805c4053383a27a5c37826vboxsync#ifdef HAVE_DIX_CONFIG_H
9e9e6faf459961590a805c4053383a27a5c37826vboxsync#include <dix-config.h>
9e9e6faf459961590a805c4053383a27a5c37826vboxsync#endif
9e9e6faf459961590a805c4053383a27a5c37826vboxsync
9e9e6faf459961590a805c4053383a27a5c37826vboxsync#ifndef CLOSEDEV_H
#define CLOSEDEV_H 1
int SProcXCloseDevice(ClientPtr /* client */
);
int ProcXCloseDevice(ClientPtr /* client */
);
#endif /* CLOSEDEV_H */