msg: move special declarations to msg_control.h

While almost everything uses msg.h, the moved definitions are rarely
needed by anything.
This commit is contained in:
wm4
2014-01-16 21:24:39 +01:00
parent 5b14db5ab1
commit 99ee43b33b
9 changed files with 27 additions and 13 deletions

View File

@@ -34,7 +34,8 @@
#include "osdep/terminal.h"
#include "osdep/io.h"
#include "common/msg.h"
#include "msg.h"
#include "msg_control.h"
/* maximum message length of mp_msg */
#define MSGSIZE_MAX 6144