• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
1/* Do not edit: automatically built by gen_rec.awk. */
2
3#ifndef	ex_apprec_AUTO_H
4#define	ex_apprec_AUTO_H
5#define	DB_ex_apprec_mkdir	10000
6typedef struct _ex_apprec_mkdir_args {
7	u_int32_t type;
8	DB_TXN *txnp;
9	DB_LSN prev_lsn;
10	DBT	dirname;
11} ex_apprec_mkdir_args;
12
13#endif
14