comparison src/libpst.h @ 36:6fe121a971c9 stable-0-5-7

valgrind fixes
author carl
date Thu, 09 Aug 2007 15:46:34 -0700
parents b2f247463b83
children 2ad7ef0a3c4f
comparison
equal deleted inserted replaced
35:b2f247463b83 36:6fe121a971c9
347 typedef struct _pst_item_attach { 347 typedef struct _pst_item_attach {
348 char *filename1; 348 char *filename1;
349 char *filename2; 349 char *filename2;
350 char *mimetype; 350 char *mimetype;
351 char *data; 351 char *data;
352 size_t size; 352 size_t size;
353 int32_t id2_val; 353 int32_t id2_val;
354 int32_t id_val; // calculated from id2_val during creation of record 354 int32_t id_val; // calculated from id2_val during creation of record
355 int32_t method; 355 int32_t method;
356 int32_t position; 356 int32_t position;
357 int32_t sequence; 357 int32_t sequence;