comparison src/dumpblocks.c @ 122:bdb38b434c0a

more changes from Fridrich Strba to avoid installing our config.h
author Carl Byington <carl@five-ten-sg.com>
date Mon, 02 Feb 2009 21:55:48 -0800
parents 6395ced2b8b2
children fc11b1d1ad34
comparison
equal deleted inserted replaced
121:8399ef94c11b 122:bdb38b434c0a
1 #include "define.h"
2 #include "common.h" 1 #include "common.h"
3 #include "libpst.h" 2 #include "libpst.h"
4 3
4 #include "define.h"
5
5 #define OUT_BUF 20 6 #define OUT_BUF 20
7
6 int main(int argc, char* const* argv) 8 int main(int argc, char* const* argv)
7 { 9 {
8 pst_file pstfile; 10 pst_file pstfile;
9 pst_index_ll *ptr; 11 pst_index_ll *ptr;
10 char *outdir = NULL, *file = NULL, *outname = NULL; 12 char *outdir = NULL, *file = NULL, *outname = NULL;