summaryrefslogtreecommitdiff
path: root/db/mod_db4/mod_db4_export.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-16 01:31:54 +0000
committerjbj <devnull@localhost>2004-10-16 01:31:54 +0000
commitd03f220fde879509cab2ac1c73b71b7efb52b737 (patch)
tree1e34bfadac0a6618d0e9a7933bad90063a785acf /db/mod_db4/mod_db4_export.h
parent2dc699bfe049b9319ea3719f604d25940ff52004 (diff)
downloadlibrpm-tizen-d03f220fde879509cab2ac1c73b71b7efb52b737.tar.gz
librpm-tizen-d03f220fde879509cab2ac1c73b71b7efb52b737.tar.bz2
librpm-tizen-d03f220fde879509cab2ac1c73b71b7efb52b737.zip
... and in with the New ...
CVS patchset: 7471 CVS date: 2004/10/16 01:31:54
Diffstat (limited to 'db/mod_db4/mod_db4_export.h')
-rw-r--r--db/mod_db4/mod_db4_export.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/db/mod_db4/mod_db4_export.h b/db/mod_db4/mod_db4_export.h
new file mode 100644
index 000000000..fa8c9fedb
--- /dev/null
+++ b/db/mod_db4/mod_db4_export.h
@@ -0,0 +1,22 @@
+/*-
+ * Copyright (c) 2004
+ * Sleepycat Software. All rights reserved.
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0.txt
+ *
+ * authors: Thies C. Arntzen <thies@php.net>
+ * Sterling Hughes <sterling@php.net>
+ * George Schlossnagle <george@omniti.com>
+ */
+
+#ifndef MOD_DB4_EXPORT_H
+#define MOD_DB4_EXPORT_H
+
+#include "db.h"
+
+int mod_db4_db_env_create(DB_ENV **dbenvp, u_int32_t flags);
+int mod_db4_db_create(DB **dbp, DB_ENV *dbenv, u_int32_t flags);
+void mod_db4_child_clean_request_shutdown();
+void mod_db4_child_clean_process_shutdown();
+
+#endif