Mercurial > libpst
comparison src/libpst.h @ 188:d588dafd03e8 stable-0-6-36
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 14 Apr 2009 07:53:13 -0700 |
parents | 0a4f7ecd7452 |
children | e3a63888cdd4 |
comparison
equal
deleted
inserted
replaced
187:cf8bbbb746e7 | 188:d588dafd03e8 |
---|---|
29 #define PST_TYPE_JOURNAL 10 | 29 #define PST_TYPE_JOURNAL 10 |
30 #define PST_TYPE_STICKYNOTE 11 | 30 #define PST_TYPE_STICKYNOTE 11 |
31 #define PST_TYPE_TASK 12 | 31 #define PST_TYPE_TASK 12 |
32 #define PST_TYPE_OTHER 13 | 32 #define PST_TYPE_OTHER 13 |
33 #define PST_TYPE_REPORT 14 | 33 #define PST_TYPE_REPORT 14 |
34 | |
35 // defines whether decryption is done on this bit of data | |
36 #define PST_NO_ENC 0 | |
37 #define PST_ENC 1 | |
38 | 34 |
39 // defines types of possible encryption | 35 // defines types of possible encryption |
40 #define PST_NO_ENCRYPT 0 | 36 #define PST_NO_ENCRYPT 0 |
41 #define PST_COMP_ENCRYPT 1 | 37 #define PST_COMP_ENCRYPT 1 |
42 #define PST_ENCRYPT 2 | 38 #define PST_ENCRYPT 2 |