Add bad-format message.

This commit is contained in:
Josh Elsasser 2007-06-10 20:31:52 +00:00
parent 7fa08b8f3c
commit b19a3ec7d9
2 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,7 @@ static struct msg gl_msgs[] =
{ "addfile-detailed", 2, IPC_MSG_ADDONEFILE, RB_ENTRY_INITIALIZER() },
{ "automap", 2, IPC_MSG_AUTOMAP, RB_ENTRY_INITIALIZER() },
{ "autostart", 2, IPC_MSG_AUTOSTART, RB_ENTRY_INITIALIZER() },
{ "bad-format", 2, IPC_MSG_BAD, RB_ENTRY_INITIALIZER() },
{ "directory", 2, IPC_MSG_DIR, RB_ENTRY_INITIALIZER() },
{ "downlimit", 2, IPC_MSG_DOWNLIMIT, RB_ENTRY_INITIALIZER() },
{ "failed", 2, IPC_MSG_FAIL, RB_ENTRY_INITIALIZER() },

View File

@ -41,6 +41,7 @@ enum ipc_msg
IPC_MSG_ADDONEFILE,
IPC_MSG_AUTOMAP,
IPC_MSG_AUTOSTART,
IPC_MSG_BAD,
IPC_MSG_DIR,
IPC_MSG_DOWNLIMIT,
IPC_MSG_FAIL,