Line | |
---|
1 | /* ARB database callback interface. |
---|
2 | * |
---|
3 | * This file is generated by aisc_mkpt. |
---|
4 | * Any changes you make here will be overwritten later! |
---|
5 | */ |
---|
6 | |
---|
7 | #ifndef AD_CB_PROT_H |
---|
8 | #define AD_CB_PROT_H |
---|
9 | |
---|
10 | /* define ARB attributes: */ |
---|
11 | #ifndef ATTRIBUTES_H |
---|
12 | # include <attributes.h> |
---|
13 | #endif |
---|
14 | |
---|
15 | |
---|
16 | /* ad_cb.cxx */ |
---|
17 | NOT4PERL bool GB_inside_callback(GBDATA *of_gbd, GB_CB_TYPE cbtype); |
---|
18 | char *GB_get_callback_info(GBDATA *gbd); |
---|
19 | GB_ERROR GB_add_callback(GBDATA *gbd, GB_CB_TYPE type, const DatabaseCallback& dbcb); |
---|
20 | void GB_remove_callback(GBDATA *gbd, GB_CB_TYPE type, const DatabaseCallback& dbcb); |
---|
21 | void GB_remove_all_callbacks_to(GBDATA *gbd, GB_CB_TYPE type, GB_CB func); |
---|
22 | GB_ERROR GB_add_hierarchy_callback(GBDATA *gb_main, const char *db_path, GB_CB_TYPE type, const DatabaseCallback& dbcb); |
---|
23 | GB_ERROR GB_remove_hierarchy_callback(GBDATA *gb_main, const char *db_path, GB_CB_TYPE type, const DatabaseCallback& dbcb); |
---|
24 | GB_ERROR GB_ensure_callback(GBDATA *gbd, GB_CB_TYPE type, const DatabaseCallback& dbcb); |
---|
25 | void GB_atclose_callback(GBDATA *gbd, const DatabaseCallback& atClose); |
---|
26 | |
---|
27 | #else |
---|
28 | #error ad_cb_prot.h included twice |
---|
29 | #endif /* AD_CB_PROT_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.