summaryrefslogtreecommitdiff
path: root/src/dbreg/dbreg_autop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbreg/dbreg_autop.c')
-rw-r--r--src/dbreg/dbreg_autop.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/dbreg/dbreg_autop.c b/src/dbreg/dbreg_autop.c
index ea43addd..931bc2d9 100644
--- a/src/dbreg/dbreg_autop.c
+++ b/src/dbreg/dbreg_autop.c
@@ -10,6 +10,23 @@
#include "dbinc/txn.h"
/*
+ * PUBLIC: int __dbreg_register_42_print __P((ENV *, DBT *, DB_LSN *,
+ * PUBLIC: db_recops, void *));
+ */
+int
+__dbreg_register_42_print(env, dbtp, lsnp, notused2, info)
+ ENV *env;
+ DBT *dbtp;
+ DB_LSN *lsnp;
+ db_recops notused2;
+ void *info;
+{
+ COMPQUIET(notused2, DB_TXN_PRINT);
+
+ return (__log_print_record(env, dbtp, lsnp, "__dbreg_register_42", __dbreg_register_42_desc, info));
+}
+
+/*
* PUBLIC: int __dbreg_register_print __P((ENV *, DBT *, DB_LSN *,
* PUBLIC: db_recops, void *));
*/