* mu-log: fix C++ linking

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-31 12:12:41 +02:00
parent d339a4b4bb
commit 8cbd6384a7
1 changed files with 4 additions and 0 deletions

View File

@ -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__*/