From 1157f07c5b8b97112f9a6bde695aff8072a88fb2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 12 May 2018 14:48:24 +0200 Subject: node: move a mpv_node helper from ipc.c to shared code This particular one is needed in a following commit. --- misc/node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/node.h') diff --git a/misc/node.h b/misc/node.h index a1bdab0ae1..5d8100da41 100644 --- a/misc/node.h +++ b/misc/node.h @@ -10,5 +10,6 @@ void node_map_add_string(struct mpv_node *dst, const char *key, const char *val) void node_map_add_int64(struct mpv_node *dst, const char *key, int64_t v); void node_map_add_double(struct mpv_node *dst, const char *key, double v); void node_map_add_flag(struct mpv_node *dst, const char *key, bool v); +mpv_node *node_map_get(mpv_node *src, const char *key); #endif -- cgit v1.2.3