diff options
Diffstat (limited to 'storage/bdb/dbinc/fop.h')
-rw-r--r-- | storage/bdb/dbinc/fop.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/storage/bdb/dbinc/fop.h b/storage/bdb/dbinc/fop.h new file mode 100644 index 00000000000..c438ef7ef40 --- /dev/null +++ b/storage/bdb/dbinc/fop.h @@ -0,0 +1,16 @@ +/*- + * See the file LICENSE for redistribution information. + * + * Copyright (c) 2001-2002 + * Sleepycat Software. All rights reserved. + * + * $Id: fop.h,v 11.3 2002/03/27 04:34:54 bostic Exp $ + */ + +#ifndef _FOP_H_ +#define _FOP_H_ + +#include "dbinc_auto/fileops_auto.h" +#include "dbinc_auto/fileops_ext.h" + +#endif /* !_FOP_H_ */ |