1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington/*
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington * Copyright (c) 1987 by the Regents of the University of California
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington *
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington * Permission to use, copy, modify, and distribute this software and its
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington * documentation for any purpose and without fee is hereby granted, provided
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington * that the above copyright notice appear in all copies. The University of
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington * California makes no representations about the suitability of this software
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington * for any purpose. It is provided "as is" without express or implied
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington * warranty.
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington */
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington/*
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington * Moved here from mi to allow wrapping of lower level backing store functions.
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington * -- 1997.10.27 Marc Aurele La France (tsi@xfree86.org)
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington */
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington#ifndef _BSTORE_H_
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington#define _BSTORE_H_
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington#include "bstorestr.h"
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington#endif /* _BSTORE_H_ */
1cb4847940b425d6448d5296a44cfcbbd946245dPhill Cunnington