aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-common.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-10-22 02:51:30 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-10-22 02:51:30 +0800
commit21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36 (patch)
tree0111dbe4d8a6d5617f5e5406001b0024e4293169 /calendar/pcs/cal-common.h
parent653cfffc0e00dfb59b36813c1b45c53d3f773c65 (diff)
downloadgsoc2013-evolution-21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36.tar
gsoc2013-evolution-21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36.tar.gz
gsoc2013-evolution-21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36.tar.bz2
gsoc2013-evolution-21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36.tar.lz
gsoc2013-evolution-21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36.tar.xz
gsoc2013-evolution-21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36.tar.zst
gsoc2013-evolution-21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36.zip
Merge new-ui-branch into the trunk.
svn path=/trunk/; revision=22966
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