Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

mod_db4_export.h

00001 /*-
00002  * Copyright (c) 2004-2005
00003  *      Sleepycat Software.  All rights reserved.
00004  *
00005  * http://www.apache.org/licenses/LICENSE-2.0.txt
00006  * 
00007  * authors: George Schlossnagle <[email protected]>
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

Generated on Sun Dec 25 12:14:41 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2