summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/db/crdel_auto.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-05 13:28:23 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-05 13:28:23 +0100
commit8c787c3591c1c885b91a54128835b400858c5cca (patch)
treeeca1b776912a305c4d45b3964038278a2fae1ead /debian/htdig/htdig-3.2.0b6/db/crdel_auto.h
parentfe188b907cdf30dfdfe0eba9412e7f8749fec158 (diff)
downloadextra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.tar.gz
extra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.zip
DEB htdig: Added to repository.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/db/crdel_auto.h')
-rw-r--r--debian/htdig/htdig-3.2.0b6/db/crdel_auto.h65
1 files changed, 65 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/db/crdel_auto.h b/debian/htdig/htdig-3.2.0b6/db/crdel_auto.h
new file mode 100644
index 00000000..ad98d7d5
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/db/crdel_auto.h
@@ -0,0 +1,65 @@
+/* Do not edit: automatically built by gen_rec.awk. */
+
+#ifndef crdel_AUTO_H
+#define crdel_AUTO_H
+
+#define DB_crdel_fileopen (DB_crdel_BEGIN + 1)
+
+typedef struct _crdel_fileopen_args {
+ u_int32_t type;
+ DB_TXN *txnid;
+ DB_LSN prev_lsn;
+ DBT name;
+ u_int32_t mode;
+} __crdel_fileopen_args;
+
+int CDB___crdel_fileopen_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, const DBT *, u_int32_t));
+int CDB___crdel_fileopen_print __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
+int CDB___crdel_fileopen_read __P((void *, __crdel_fileopen_args **));
+
+#define DB_crdel_metasub (DB_crdel_BEGIN + 2)
+
+typedef struct _crdel_metasub_args {
+ u_int32_t type;
+ DB_TXN *txnid;
+ DB_LSN prev_lsn;
+ u_int32_t fileid;
+ db_pgno_t pgno;
+ DBT page;
+ DB_LSN lsn;
+} __crdel_metasub_args;
+
+int CDB___crdel_metasub_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, db_pgno_t, const DBT *, DB_LSN *));
+int CDB___crdel_metasub_print __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
+int CDB___crdel_metasub_read __P((void *, __crdel_metasub_args **));
+
+#define DB_crdel_metapage (DB_crdel_BEGIN + 3)
+
+typedef struct _crdel_metapage_args {
+ u_int32_t type;
+ DB_TXN *txnid;
+ DB_LSN prev_lsn;
+ u_int32_t fileid;
+ DBT name;
+ db_pgno_t pgno;
+ DBT page;
+} __crdel_metapage_args;
+
+int CDB___crdel_metapage_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, const DBT *, db_pgno_t, const DBT *));
+int CDB___crdel_metapage_print __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
+int CDB___crdel_metapage_read __P((void *, __crdel_metapage_args **));
+
+#define DB_crdel_delete (DB_crdel_BEGIN + 4)
+
+typedef struct _crdel_delete_args {
+ u_int32_t type;
+ DB_TXN *txnid;
+ DB_LSN prev_lsn;
+ DBT name;
+} __crdel_delete_args;
+
+int CDB___crdel_delete_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, const DBT *));
+int CDB___crdel_delete_print __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
+int CDB___crdel_delete_read __P((void *, __crdel_delete_args **));
+int CDB___crdel_init_print __P((DB_ENV *));
+#endif