comparison 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
comparison
equal deleted inserted replaced
185:e0392999e9b8 186:0a4f7ecd7452
41 { 41 {
42 free(f->dname); 42 free(f->dname);
43 } 43 }
44 44
45 45
46 void process(pst_item *outeritem, pst_desc_ll *d_ptr) 46 void process(pst_item *outeritem, pst_desc_tree *d_ptr)
47 { 47 {
48 struct file_ll ff; 48 struct file_ll ff;
49 pst_item *item = NULL; 49 pst_item *item = NULL;
50 50
51 DEBUG_ENT("process"); 51 DEBUG_ENT("process");
167 } 167 }
168 168
169 169
170 int main(int argc, char* const* argv) { 170 int main(int argc, char* const* argv) {
171 pst_item *item = NULL; 171 pst_item *item = NULL;
172 pst_desc_ll *d_ptr; 172 pst_desc_tree *d_ptr;
173 char *temp = NULL; //temporary char pointer 173 char *temp = NULL; //temporary char pointer
174 int c; 174 int c;
175 char *d_log = NULL; 175 char *d_log = NULL;
176 176
177 while ((c = getopt(argc, argv, "d:hV"))!= -1) { 177 while ((c = getopt(argc, argv, "d:hV"))!= -1) {