• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
1/*-
2 * See the file LICENSE for redistribution information.
3 *
4 * Copyright (c) 2002,2008 Oracle.  All rights reserved.
5 *
6 * $Id: ex_apprec.h,v 12.7 2008/01/08 20:58:24 bostic Exp $
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