Import BSDDB 4.7.25 (as of svn r89086)
This commit is contained in:
24
examples_c/ex_apprec/ex_apprec.h
Normal file
24
examples_c/ex_apprec/ex_apprec.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/*-
|
||||
* See the file LICENSE for redistribution information.
|
||||
*
|
||||
* Copyright (c) 2002,2008 Oracle. All rights reserved.
|
||||
*
|
||||
* $Id: ex_apprec.h 63573 2008-05-23 21:43:21Z trent.nelson $
|
||||
*/
|
||||
|
||||
#ifndef _EX_APPREC_H_
|
||||
#define _EX_APPREC_H_
|
||||
|
||||
#include "ex_apprec_auto.h"
|
||||
|
||||
int ex_apprec_mkdir_log
|
||||
__P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, const DBT *));
|
||||
int ex_apprec_mkdir_print
|
||||
__P((DB_ENV *, DBT *, DB_LSN *, db_recops));
|
||||
int ex_apprec_mkdir_read
|
||||
__P((DB_ENV *, void *, ex_apprec_mkdir_args **));
|
||||
int ex_apprec_mkdir_recover
|
||||
__P((DB_ENV *, DBT *, DB_LSN *, db_recops));
|
||||
int ex_apprec_init_print __P((DB_ENV *, DB_DISTAB *));
|
||||
|
||||
#endif /* !_EX_APPREC_H_ */
|
||||
Reference in New Issue
Block a user