From 8cbd6384a73f268ed4664465729c0dfcebe442ea Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 31 Jan 2010 12:12:41 +0200 Subject: [PATCH] * mu-log: fix C++ linking --- src/mu-log.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mu-log.h b/src/mu-log.h index afd4e106..ba1f52a8 100644 --- a/src/mu-log.h +++ b/src/mu-log.h @@ -24,6 +24,8 @@ /* mu log is the global logging system */ +G_BEGIN_DECLS + /** * write logging information to a log file * @@ -64,4 +66,6 @@ gboolean mu_log_init_silence (void); */ void mu_log_uninit (void); +G_END_DECLS + #endif /*__MU_LOG_H__*/