comparison src/lspst.c @ 129:fc11b1d1ad34

fix initial from header in mbox format. start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Feb 2009 12:09:04 -0800
parents bdb38b434c0a
children fdc58ad2c758
comparison
equal deleted inserted replaced
128:7f747c8c9d02 129:fc11b1d1ad34
3 * Part of the LibPST project 3 * Part of the LibPST project
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
9 #include "common.h"
10 #include "libpst.h"
11 #include "timeconv.h"
12 8
13 #include "define.h" 9 #include "define.h"
14 10
15 struct file_ll { 11 struct file_ll {
16 char *dname; 12 char *dname;