comparison libpst.h @ 11:bf12a9d4524c

more code cleanup
author carl
date Fri, 17 Feb 2006 22:48:32 -0800
parents a818f3c2e589
children 3f2fedec798c
comparison
equal deleted inserted replaced
10:a818f3c2e589 11:bf12a9d4524c
253 253
254 typedef struct _pst_item_contact { 254 typedef struct _pst_item_contact {
255 char *access_method; 255 char *access_method;
256 char *account_name; 256 char *account_name;
257 char *address1; 257 char *address1;
258 char *address1a;
258 char *address1_desc; 259 char *address1_desc;
259 char *address1_transport; 260 char *address1_transport;
260 char *address2; 261 char *address2;
262 char *address2a;
261 char *address2_desc; 263 char *address2_desc;
262 char *address2_transport; 264 char *address2_transport;
263 char *address3; 265 char *address3;
266 char *address3a;
264 char *address3_desc; 267 char *address3_desc;
265 char *address3_transport; 268 char *address3_transport;
266 char *assistant_name; 269 char *assistant_name;
267 char *assistant_phone; 270 char *assistant_phone;
268 char *billing_information; 271 char *billing_information;
465 int32_t pst_load_index (pst_file *pf); 468 int32_t pst_load_index (pst_file *pf);
466 pst_desc_ll* pst_getNextDptr(pst_desc_ll* d); 469 pst_desc_ll* pst_getNextDptr(pst_desc_ll* d);
467 int32_t pst_load_extended_attributes(pst_file *pf); 470 int32_t pst_load_extended_attributes(pst_file *pf);
468 471
469 int32_t _pst_build_id_ptr(pst_file *pf, int32_t offset, int32_t depth, int32_t linku1, int32_t start_val, int32_t end_val); 472 int32_t _pst_build_id_ptr(pst_file *pf, int32_t offset, int32_t depth, int32_t linku1, int32_t start_val, int32_t end_val);
470 int32_t _pst_build_desc_ptr (pst_file *pf, int32_t offset, int32_t depth, int32_t linku1, int32_t *high_id, int32_t start_id, int32_t end_val); 473 int32_t _pst_build_desc_ptr (pst_file *pf, int32_t offset, int32_t depth, int32_t linku1, u_int32_t *high_id, int32_t start_id, int32_t end_val);
471 pst_item* _pst_getItem(pst_file *pf, pst_desc_ll *d_ptr); 474 pst_item* _pst_getItem(pst_file *pf, pst_desc_ll *d_ptr);
472 void * _pst_parse_item (pst_file *pf, pst_desc_ll *d_ptr); 475 void * _pst_parse_item (pst_file *pf, pst_desc_ll *d_ptr);
473 pst_num_array * _pst_parse_block(pst_file *pf, u_int32_t block_id, pst_index2_ll *i2_head); 476 pst_num_array * _pst_parse_block(pst_file *pf, u_int32_t block_id, pst_index2_ll *i2_head);
474 int32_t _pst_process(pst_num_array *list, pst_item *item); 477 int32_t _pst_process(pst_num_array *list, pst_item *item);
475 int32_t _pst_free_list(pst_num_array *list); 478 int32_t _pst_free_list(pst_num_array *list);