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