00001
00002 #ifndef _qam_ext_h_
00003 #define _qam_ext_h_
00004 #if defined(__cplusplus)
00005 extern "C" {
00006 #endif
00007 int CDB___qam_pitem
00008 __P((DBC *, QPAGE *, u_int32_t, db_recno_t, DBT *));
00009 int CDB___qam_put __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
00010 int CDB___qam_delete __P((DB *, DB_TXN *, DBT *, u_int32_t));
00011 int CDB___qam_c_dup __P((DBC *, DBC *));
00012 int CDB___qam_c_init __P((DBC *));
00013 int CDB___qam_mswap __P((PAGE *));
00014 int CDB___qam_pgin_out __P((DB_ENV *, db_pgno_t, void *, DBT *));
00015 int CDB___qam_db_create __P((DB *));
00016 int CDB___qam_db_close __P((DB *));
00017 int CDB___qam_open __P((DB *, const char *, db_pgno_t, u_int32_t));
00018 int CDB___qam_metachk __P((DB *, const char *, QMETA *));
00019 int CDB___qam_inc_recover __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
00020 int CDB___qam_incfirst_recover
00021 __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
00022 int CDB___qam_mvptr_recover
00023 __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
00024 int CDB___qam_del_recover __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
00025 int CDB___qam_add_recover __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
00026 int CDB___qam_stat __P((DB *, void *, void *(*)(size_t), u_int32_t));
00027 int CDB___qam_31_qammeta __P((DB *, char *, u_int8_t *));
00028 int CDB___qam_vrfy_meta __P((DB *, VRFY_DBINFO *, QMETA *,
00029 db_pgno_t, u_int32_t));
00030 int CDB___qam_vrfy_data __P((DB *, VRFY_DBINFO *, QPAGE *,
00031 db_pgno_t, u_int32_t));
00032 int CDB___qam_vrfy_structure __P((DB *, VRFY_DBINFO *, u_int32_t));
00033 #if defined(__cplusplus)
00034 }
00035 #endif
00036 #endif