1 | /*
|
---|
2 | * Copyright (c) 1987 by the Regents of the University of California
|
---|
3 | *
|
---|
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.
|
---|
10 | */
|
---|
11 |
|
---|
12 | /*
|
---|
13 | * Moved here from mi to allow wrapping of lower level backing store functions.
|
---|
14 | * -- 1997.10.27 Marc Aurele La France ([email protected])
|
---|
15 | */
|
---|
16 |
|
---|
17 | #ifndef _BSTORE_H_
|
---|
18 | #define _BSTORE_H_
|
---|
19 |
|
---|
20 | #include "bstorestr.h"
|
---|
21 |
|
---|
22 | #endif /* _BSTORE_H_ */
|
---|