• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/ex_apprec/
1/*-
2 * See the file LICENSE for redistribution information.
3 *
4 * Copyright (c) 2002-2009 Oracle.  All rights reserved.
5 *
6 * $Id$
7 */
8
9#ifndef _EX_APPREC_H_
10#define	_EX_APPREC_H_
11
12#include "ex_apprec_auto.h"
13
14int ex_apprec_mkdir_log
15    __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, const DBT *));
16int ex_apprec_mkdir_print
17    __P((DB_ENV *, DBT *, DB_LSN *, db_recops));
18int ex_apprec_mkdir_read
19    __P((DB_ENV *, void *, ex_apprec_mkdir_args **));
20int ex_apprec_mkdir_recover
21    __P((DB_ENV *, DBT *, DB_LSN *, db_recops));
22int ex_apprec_init_print __P((DB_ENV *, DB_DISTAB *));
23
24#endif /* !_EX_APPREC_H_ */
25