00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef MOD_DB4_EXPORT_H
00011 #define MOD_DB4_EXPORT_H
00012
00013 #include "db_cxx.h"
00014
00015 #if defined(__cplusplus)
00016 extern "C" {
00017 #endif
00018
00019 int mod_db4_db_env_create(DB_ENV **dbenvp, u_int32_t flags);
00020 int mod_db4_db_create(DB **dbp, DB_ENV *dbenv, u_int32_t flags);
00021 void mod_db4_child_clean_request_shutdown();
00022 void mod_db4_child_clean_process_shutdown();
00023
00024 #if defined(__cplusplus)
00025 }
00026 #endif
00027
00028 #endif