comparison src/getidblock.c @ 52:034641c26ab9

code cleanup
author carl
date Thu, 31 Jan 2008 08:03:30 -0800
parents f66078abed38
children 7d5c637aaafb
comparison
equal deleted inserted replaced
51:06c0262ad689 52:034641c26ab9
19 // pass the id number to display on the command line 19 // pass the id number to display on the command line
20 char *fname, *sid; 20 char *fname, *sid;
21 pst_file pstfile; 21 pst_file pstfile;
22 unsigned int id; 22 unsigned int id;
23 int decrypt = 0, process = 0, binary = 0, c; 23 int decrypt = 0, process = 0, binary = 0, c;
24 unsigned char *buf = NULL; 24 char *buf = NULL;
25 size_t readSize; 25 size_t readSize;
26 pst_item *item; 26 pst_item *item;
27 pst_desc_ll* ptr; 27 pst_desc_ll* ptr;
28 28
29 DEBUG_INIT("getidblock.log"); 29 DEBUG_INIT("getidblock.log");