channel/msgpack_rpc: Refactor to better split functions across modules

Move validation/conversion functions and to msgpack_rpc_helpers to separate
those from the functions that are used from the channel module
This commit is contained in:
Thiago de Arruda
2014-06-23 11:42:29 -03:00
parent ea7a389ec7
commit bc0380038e
7 changed files with 588 additions and 559 deletions

View File

@@ -71,7 +71,7 @@
#include "nvim/os/time.h"
#include "nvim/os/channel.h"
#include "nvim/api/private/helpers.h"
#include "nvim/os/msgpack_rpc.h"
#include "nvim/os/msgpack_rpc_helpers.h"
#define DICT_MAXNEST 100 /* maximum nesting of lists and dicts */