First import
[xorg_rtime.git] / xorg-server-1.4 / include / bstore.h
blob843d6bb3599f6dc4b6ac911df12cc4f2a57b27d3
1 /*
2 * Copyright (c) 1987 by the Regents of the University of California
4 * Permission to use, copy, modify, and distribute this software and its
5 * documentation for any purpose and without fee is hereby granted, provided
6 * that the above copyright notice appear in all copies. The University of
7 * California makes no representations about the suitability of this software
8 * for any purpose. It is provided "as is" without express or implied
9 * warranty.
13 * Moved here from mi to allow wrapping of lower level backing store functions.
14 * -- 1997.10.27 Marc Aurele La France (tsi@xfree86.org)
17 #ifndef _BSTORE_H_
18 #define _BSTORE_H_
20 #include "bstorestr.h"
22 #endif /* _BSTORE_H_ */