From 2b964b16c61c63198938df4ebf201563c23c82f7 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 22 Jul 2010 14:22:21 +0100 Subject: [PATCH] Define ews_error_quark() --- libews.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libews.h b/libews.h index 7b6ba7c..896e7cc 100644 --- a/libews.h +++ b/libews.h @@ -35,6 +35,8 @@ icalcomponent *ews_calitem_to_ical(xmlNode *xml_node, const gchar *parent_id, GError **error), void *fetch_subitem_priv, GError **error); +GQuark ews_error_quark(); + #define EWS_ERROR (ews_error_quark()) typedef enum { -- 2.50.1