diff src/pst2dii.cpp.in @ 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 b65e8d0a088a
children 320cfcba8058
line wrap: on
line diff
--- a/src/pst2dii.cpp.in	Mon Apr 13 15:55:55 2009 -0700
+++ b/src/pst2dii.cpp.in	Mon Apr 13 19:14:30 2009 -0700
@@ -599,8 +599,8 @@
 }
 
 
-static void process(pst_item *outeritem, file_ll *parent, pst_desc_ll *d_ptr);
-static void process(pst_item *outeritem, file_ll *parent, pst_desc_ll *d_ptr)
+static void process(pst_item *outeritem, file_ll *parent, pst_desc_tree *d_ptr);
+static void process(pst_item *outeritem, file_ll *parent, pst_desc_tree *d_ptr)
 {
     file_ll ff;
     pst_item *item = NULL;
@@ -638,7 +638,7 @@
 
 int main(int argc, char* const* argv)
 {
-    pst_desc_ll *d_ptr;
+    pst_desc_tree *d_ptr;
     char *fname = NULL;
     char c;
     char *d_log = NULL;