Mercurial > libpst
diff 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 |
line wrap: on
line diff
--- a/src/libpst.h Mon Jun 08 14:47:39 2009 -0700 +++ b/src/libpst.h Wed Jun 17 22:11:12 2009 -0700 @@ -933,7 +933,7 @@ /** Get the top of folders descriptor tree. This is the main descriptor tree * that needs to be walked to look at every item in the pst file. * @param pf pointer to the pst_file structure setup by pst_open(). - * @param root root item, which can be obtained by pst_parse_item(pf, pf->d.head, NULL). + * @param root root item, which can be obtained by pst_parse_item(pf, pf->d_head, NULL). */ pst_desc_tree* pst_getTopOfFolders(pst_file *pf, const pst_item *root);