-rw-r--r-- | libkcal/syncdefines.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libkcal/syncdefines.h b/libkcal/syncdefines.h index 704a670..f3204a2 100644 --- a/libkcal/syncdefines.h +++ b/libkcal/syncdefines.h | |||
@@ -1,8 +1,14 @@ | |||
1 | 1 | ||
2 | #ifndef _KSYNC_DEFINES_H_ | 2 | #ifndef _KSYNC_DEFINES_H_ |
3 | #define _KSYNC_DEFINES_H_ | 3 | #define _KSYNC_DEFINES_H_ |
4 | 4 | ||
5 | enum TargetApp { | ||
6 | KOPI = 0, | ||
7 | KAPI = 1, | ||
8 | PWMPI = 2 }; | ||
9 | |||
10 | |||
5 | #define SYNC_PREF_LOCAL 0 | 11 | #define SYNC_PREF_LOCAL 0 |
6 | #define SYNC_PREF_REMOTE 1 | 12 | #define SYNC_PREF_REMOTE 1 |
7 | #define SYNC_PREF_NEWEST 2 | 13 | #define SYNC_PREF_NEWEST 2 |
8 | #define SYNC_PREF_ASK 3 | 14 | #define SYNC_PREF_ASK 3 |