* mu-log: fix C++ linking
This commit is contained in:
@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
/* mu log is the global logging system */
|
/* mu log is the global logging system */
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* write logging information to a log file
|
* write logging information to a log file
|
||||||
*
|
*
|
||||||
@ -64,4 +66,6 @@ gboolean mu_log_init_silence (void);
|
|||||||
*/
|
*/
|
||||||
void mu_log_uninit (void);
|
void mu_log_uninit (void);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /*__MU_LOG_H__*/
|
#endif /*__MU_LOG_H__*/
|
||||||
|
|||||||
Reference in New Issue
Block a user