Mercurial > libpst
comparison src/libpst.h @ 102:8c4482be0b4c
remove unreachable code
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 05 Oct 2008 11:54:37 -0700 |
parents | 1fc33da23175 |
children | ed2a260bbb98 |
comparison
equal
deleted
inserted
replaced
101:1fc33da23175 | 102:8c4482be0b4c |
---|---|
567 int pst_load_index (pst_file *pf); | 567 int pst_load_index (pst_file *pf); |
568 pst_desc_ll* pst_getNextDptr(pst_desc_ll* d); | 568 pst_desc_ll* pst_getNextDptr(pst_desc_ll* d); |
569 int pst_load_extended_attributes(pst_file *pf); | 569 int pst_load_extended_attributes(pst_file *pf); |
570 | 570 |
571 int pst_build_id_ptr(pst_file *pf, off_t offset, int32_t depth, uint64_t linku1, uint64_t start_val, uint64_t end_val); | 571 int pst_build_id_ptr(pst_file *pf, off_t offset, int32_t depth, uint64_t linku1, uint64_t start_val, uint64_t end_val); |
572 int pst_build_desc_ptr(pst_file *pf, off_t offset, int32_t depth, uint64_t linku1, uint64_t *high_id, uint64_t start_val, uint64_t end_val); | 572 int pst_build_desc_ptr(pst_file *pf, off_t offset, int32_t depth, uint64_t linku1, uint64_t start_val, uint64_t end_val); |
573 pst_item* pst_getItem(pst_file *pf, pst_desc_ll *d_ptr); | 573 pst_item* pst_getItem(pst_file *pf, pst_desc_ll *d_ptr); |
574 pst_item* pst_parse_item (pst_file *pf, pst_desc_ll *d_ptr); | 574 pst_item* pst_parse_item (pst_file *pf, pst_desc_ll *d_ptr); |
575 pst_num_array* pst_parse_block(pst_file *pf, uint64_t block_id, pst_index2_ll *i2_head, pst_num_array *na_head); | 575 pst_num_array* pst_parse_block(pst_file *pf, uint64_t block_id, pst_index2_ll *i2_head, pst_num_array *na_head); |
576 int pst_process(pst_num_array *list, pst_item *item, pst_item_attach *attach); | 576 int pst_process(pst_num_array *list, pst_item *item, pst_item_attach *attach); |
577 void pst_free_list(pst_num_array *list); | 577 void pst_free_list(pst_num_array *list); |