comparison src/lzfu.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 ab2a11e72250
children e35fd42bac05
comparison
equal deleted inserted replaced
128:7f747c8c9d02 129:fc11b1d1ad34
6 6
7 You should have received a copy of the GNU General Public License 7 You should have received a copy of the GNU General Public License
8 along with this program; if not, write to the Free Software Foundation, 8 along with this program; if not, write to the Free Software Foundation,
9 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 9 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
10 */ 10 */
11
12 #include "common.h"
13 #include "libpst.h"
14 11
15 #include "define.h" 12 #include "define.h"
16 #include "lzfu.h" 13 #include "lzfu.h"
17 14
18 15