Mercurial > libpst
comparison src/libpst.h @ 214:7fcff97ca5a9
document pst2dii font file arg not optional, patch from bharder to fix documentation for pst_getTopOfFolders
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 17 Jun 2009 22:11:12 -0700 |
parents | 94bde95d7e18 |
children | 1d50ff3c5091 |
comparison
equal
deleted
inserted
replaced
213:4a659f3138b7 | 214:7fcff97ca5a9 |
---|---|
931 | 931 |
932 | 932 |
933 /** Get the top of folders descriptor tree. This is the main descriptor tree | 933 /** Get the top of folders descriptor tree. This is the main descriptor tree |
934 * that needs to be walked to look at every item in the pst file. | 934 * that needs to be walked to look at every item in the pst file. |
935 * @param pf pointer to the pst_file structure setup by pst_open(). | 935 * @param pf pointer to the pst_file structure setup by pst_open(). |
936 * @param root root item, which can be obtained by pst_parse_item(pf, pf->d.head, NULL). | 936 * @param root root item, which can be obtained by pst_parse_item(pf, pf->d_head, NULL). |
937 */ | 937 */ |
938 pst_desc_tree* pst_getTopOfFolders(pst_file *pf, const pst_item *root); | 938 pst_desc_tree* pst_getTopOfFolders(pst_file *pf, const pst_item *root); |
939 | 939 |
940 | 940 |
941 /** Assemble the binary attachment into a single buffer. | 941 /** Assemble the binary attachment into a single buffer. |