Changeset 6648 for trunk/ARBDB/gb_prot.h
- Timestamp:
- 11/05/10 15:16:05 (2 years ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/gb_prot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/gb_prot.h
r6646 r6648 69 69 GB_ERROR gbcmc_send_undo_commands(GBDATA *gbd, enum gb_undo_commands command) __ATTR__USERESULT; 70 70 char *gbcmc_send_undo_info_commands(GBDATA *gbd, enum gb_undo_commands command); 71 GB_ERROR gbcm_login(GBCONTAINER *gb_main, const char * user);71 GB_ERROR gbcm_login(GBCONTAINER *gb_main, const char *loginname); 72 72 GBCM_ServerResult gbcmc_close(struct gbcmc_comm *link); 73 GB_ERROR gbcm_logout(GB_MAIN_TYPE *Main, const char *loginname); 73 74 74 75 /* adhash.cxx */ … … 155 156 void gb_pre_delete_entry(GBDATA *gbd); 156 157 void gb_delete_entry(GBDATA **gbd_ptr); 157 void gb_delete_main_entry(GBDATA **gbd_ptr); 158 void gb_delete_entry(GBCONTAINER **gbc_ptr); 159 void gb_delete_dummy_father(GBCONTAINER **dummy_father); 158 160 struct gb_transaction_save *gb_new_gb_transaction_save(GBDATA *gbd); 159 161 void gb_add_ref_gb_transaction_save(struct gb_transaction_save *ts); … … 193 195 char *gb_index_check_in(GBDATA *gbd); 194 196 void gb_index_check_out(GBDATA *gbd); 197 void gb_destroy_indices(GBCONTAINER *gbc); 195 198 GBDATA *gb_index_find(GBCONTAINER *gbf, struct gb_index_files_struct *ifs, GBQUARK quark, const char *val, GB_CASE case_sens, int after_index); 196 199 void gb_init_undo_stack(GB_MAIN_TYPE *Main);
