comparison 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
comparison
equal deleted inserted replaced
185:e0392999e9b8 186:0a4f7ecd7452
597 static void close_enter_dir(file_ll &f) 597 static void close_enter_dir(file_ll &f)
598 { 598 {
599 } 599 }
600 600
601 601
602 static void process(pst_item *outeritem, file_ll *parent, pst_desc_ll *d_ptr); 602 static void process(pst_item *outeritem, file_ll *parent, pst_desc_tree *d_ptr);
603 static void process(pst_item *outeritem, file_ll *parent, pst_desc_ll *d_ptr) 603 static void process(pst_item *outeritem, file_ll *parent, pst_desc_tree *d_ptr)
604 { 604 {
605 file_ll ff; 605 file_ll ff;
606 pst_item *item = NULL; 606 pst_item *item = NULL;
607 DEBUG_ENT("process"); 607 DEBUG_ENT("process");
608 create_enter_dir(ff, parent, outeritem); 608 create_enter_dir(ff, parent, outeritem);
636 } 636 }
637 637
638 638
639 int main(int argc, char* const* argv) 639 int main(int argc, char* const* argv)
640 { 640 {
641 pst_desc_ll *d_ptr; 641 pst_desc_tree *d_ptr;
642 char *fname = NULL; 642 char *fname = NULL;
643 char c; 643 char c;
644 char *d_log = NULL; 644 char *d_log = NULL;
645 prog_name = argv[0]; 645 prog_name = argv[0];
646 pst_item *item = NULL; 646 pst_item *item = NULL;