diff src/lspst.c @ 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 320cfcba8058
line wrap: on
line diff
--- a/src/lspst.c	Mon Apr 13 15:55:55 2009 -0700
+++ b/src/lspst.c	Mon Apr 13 19:14:30 2009 -0700
@@ -43,7 +43,7 @@
 }
 
 
-void process(pst_item *outeritem, pst_desc_ll *d_ptr)
+void process(pst_item *outeritem, pst_desc_tree *d_ptr)
 {
     struct file_ll ff;
     pst_item *item = NULL;
@@ -169,7 +169,7 @@
 
 int main(int argc, char* const* argv) {
     pst_item *item = NULL;
-    pst_desc_ll *d_ptr;
+    pst_desc_tree *d_ptr;
     char *temp  = NULL; //temporary char pointer
     int  c;
     char *d_log = NULL;