aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/pcs/cal-common.h')
-rw-r--r--calendar/pcs/cal-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/pcs/cal-common.h b/calendar/pcs/cal-common.h
index 3bf229ee8f..5a588c93c8 100644
--- a/calendar/pcs/cal-common.h
+++ b/calendar/pcs/cal-common.h
@@ -34,6 +34,12 @@ typedef struct _CalBackendClass CalBackendClass;
typedef struct _Cal Cal;
typedef struct _CalClass CalClass;
+typedef struct _Query Query;
+typedef struct _QueryClass QueryClass;
+
+typedef struct _CalBackendObjectSExp CalBackendObjectSExp;
+typedef struct _CalBackendObjectSExpClass CalBackendObjectSExpClass;
+
G_END_DECLS