Mercurial > libpst
diff src/pst2ldif.cpp @ 186:0a4f7ecd7452
more cleanup of external names in the shared library
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 13 Apr 2009 19:14:30 -0700 |
parents | 6954d315aaa8 |
children | 2f38c4ce606f |
line wrap: on
line diff
--- a/src/pst2ldif.cpp Mon Apr 13 15:55:55 2009 -0700 +++ b/src/pst2ldif.cpp Mon Apr 13 19:14:30 2009 -0700 @@ -106,8 +106,8 @@ } -static void process(pst_desc_ll *d_ptr); -static void process(pst_desc_ll *d_ptr) { +static void process(pst_desc_tree *d_ptr); +static void process(pst_desc_tree *d_ptr) { DEBUG_ENT("process"); pst_item *item = NULL; while (d_ptr) { @@ -576,7 +576,7 @@ int main(int argc, char* const* argv) { - pst_desc_ll *d_ptr; + pst_desc_tree *d_ptr; char *fname = NULL; int c; char *d_log = NULL;