From 54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 17 Dec 2016 21:28:53 -0800 Subject: Berkeley DB 4.8 with rust build script for linux. --- db-4.8.30/examples_c/ex_apprec/ex_apprec_auto.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 db-4.8.30/examples_c/ex_apprec/ex_apprec_auto.h (limited to 'db-4.8.30/examples_c/ex_apprec/ex_apprec_auto.h') diff --git a/db-4.8.30/examples_c/ex_apprec/ex_apprec_auto.h b/db-4.8.30/examples_c/ex_apprec/ex_apprec_auto.h new file mode 100644 index 0000000..a4b4c63 --- /dev/null +++ b/db-4.8.30/examples_c/ex_apprec/ex_apprec_auto.h @@ -0,0 +1,13 @@ +/* Do not edit: automatically built by gen_rec.awk. */ + +#ifndef ex_apprec_AUTO_H +#define ex_apprec_AUTO_H +#define DB_ex_apprec_mkdir 10000 +typedef struct _ex_apprec_mkdir_args { + u_int32_t type; + DB_TXN *txnp; + DB_LSN prev_lsn; + DBT dirname; +} ex_apprec_mkdir_args; + +#endif -- cgit v1.2.3