From 7b459c93311d95a1ca4cbb708de5c8e32e6cf54b Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 16 Jan 2007 19:35:43 +0000 Subject: [PATCH] * modest-debug.h: - add proper guards end DECLs pmo-trunk-r648 --- src/modest-debug.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/modest-debug.h b/src/modest-debug.h index a63717e..cc3eb31 100644 --- a/src/modest-debug.h +++ b/src/modest-debug.h @@ -27,9 +27,14 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifndef __MODEST_DEBUG_H__ +#define __MODEST_DEBUG_H__ + #include #include +G_BEGIN_DECLS + #define MODEST_DEBUG "MODEST_DEBUG" typedef enum { @@ -76,3 +81,7 @@ void modest_debug_g_type_init (void); * we should abort when a warning occurs. */ void modest_debug_logging_init (void); + +G_END_DECLS + +#endif /*__MODEST_DEBUG_H__*/ -- 1.7.9.5