comparison src/lspst.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
4 * Author: Joe Nahmias <joe@nahmias.net> 4 * Author: Joe Nahmias <joe@nahmias.net>
5 * Based on readpst.c by by David Smith <dave.s@earthcorp.com> 5 * Based on readpst.c by by David Smith <dave.s@earthcorp.com>
6 * 6 *
7 */ 7 */
8 8
9 #include "define.h"
10 #include "common.h" 9 #include "common.h"
11 #include "libpst.h" 10 #include "libpst.h"
12 #include "timeconv.h" 11 #include "timeconv.h"
12
13 #include "define.h"
13 14
14 struct file_ll { 15 struct file_ll {
15 char *dname; 16 char *dname;
16 int32_t stored_count; 17 int32_t stored_count;
17 int32_t email_count; 18 int32_t email_count;