comparison src/libpst.h @ 363:3a1d25c579c6 stable-0-6-68

allow folders containing multiple item types; better detection of valid internet headers
author Carl Byington <carl@five-ten-sg.com>
date Mon, 29 Aug 2016 09:50:24 -0700
parents 26c48ea9d896
children 0ccc746c8079
comparison
equal deleted inserted replaced
362:c42273d817c7 363:3a1d25c579c6
30 #define PST_TYPE_JOURNAL 10 30 #define PST_TYPE_JOURNAL 10
31 #define PST_TYPE_STICKYNOTE 11 31 #define PST_TYPE_STICKYNOTE 11
32 #define PST_TYPE_TASK 12 32 #define PST_TYPE_TASK 12
33 #define PST_TYPE_OTHER 13 33 #define PST_TYPE_OTHER 13
34 #define PST_TYPE_REPORT 14 34 #define PST_TYPE_REPORT 14
35 #define PST_TYPE_MAX 15
35 36
36 // defines types of possible encryption 37 // defines types of possible encryption
37 #define PST_NO_ENCRYPT 0 38 #define PST_NO_ENCRYPT 0
38 #define PST_COMP_ENCRYPT 1 39 #define PST_COMP_ENCRYPT 1
39 #define PST_ENCRYPT 2 40 #define PST_ENCRYPT 2