eval: Move some decoding functions to eval/decode.c

This commit is contained in:
ZyX
2016-02-03 19:43:48 +03:00
parent 3c39219550
commit 700b32a2b3
5 changed files with 798 additions and 811 deletions

View File

@@ -65,7 +65,7 @@ const char *const encode_special_var_names[] = {
#endif
/// Msgpack callback for writing to readfile()-style list
int msgpack_list_write(void *data, const char *buf, size_t len)
int encode_list_write(void *data, const char *buf, size_t len)
{
if (len == 0) {
return 0;