From 02acf9dc708c3bb2d96db78dae56272ab65ef13c Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 19 Feb 2013 19:03:35 +0900 Subject: [PATCH] Fixing imbalanced G_BEGIN_DECLS/G_END_DECLS in EDS headers. modified: addressbook/libebook/e-book-types.h modified: camel/camel-imapx-search.h --- addressbook/libebook/e-book-types.h | 1 + camel/camel-imapx-search.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/addressbook/libebook/e-book-types.h b/addressbook/libebook/e-book-types.h index 0ba8067..0f55343 100644 --- a/addressbook/libebook/e-book-types.h +++ b/addressbook/libebook/e-book-types.h @@ -56,5 +56,6 @@ typedef enum { #define E_BOOK_ERROR_CORBA_EXCEPTION E_BOOK_ERROR_DBUS_EXCEPTION #endif +G_END_DECLS #endif /* __E_BOOK_TYPES_H__ */ diff --git a/camel/camel-imapx-search.h b/camel/camel-imapx-search.h index 6e10b96..4270ff5 100644 --- a/camel/camel-imapx-search.h +++ b/camel/camel-imapx-search.h @@ -76,5 +76,7 @@ CamelIMAPXServer * void camel_imapx_search_set_server (CamelIMAPXSearch *search, CamelIMAPXServer *server); +G_BEGIN_DECLS + #endif /* CAMEL_IMAPX_SEARCH_H */ -- 2.7.4