blob: ef87ff6e25abba76553500f4305c44838f040078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2001-2004
* Sleepycat Software. All rights reserved.
*
* $Id: fop.h,v 11.5 2004/01/28 03:36:02 bostic Exp $
*/
#ifndef _FOP_H_
#define _FOP_H_
#include "dbinc_auto/fileops_auto.h"
#include "dbinc_auto/fileops_ext.h"
#endif /* !_FOP_H_ */
|