blob: c438ef7ef40c2b1e9035e84b7af7efce9b9551ef (
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-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_ */
|