* many changes to the config system

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-04 23:19:03 +02:00
parent 38f9772270
commit fade4172fe
32 changed files with 485 additions and 602 deletions

View File

@ -25,6 +25,8 @@
#include "mu-msg.h"
G_BEGIN_DECLS
/* we put the the MuMsg definition in this separate -priv file, so we
* can split the mu_msg implementations over separate files */
@ -57,4 +59,6 @@ struct _MuMsg {
MuMsgPrio _prio;
};
G_END_DECLS
#endif /*__MU_MSG_PRIV_H__*/