diff options
Diffstat (limited to 'yarp/yarp.h')
-rw-r--r-- | yarp/yarp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yarp/yarp.h b/yarp/yarp.h index 378efe0c93..6e1db00748 100644 --- a/yarp/yarp.h +++ b/yarp/yarp.h @@ -28,6 +28,10 @@ #include <strings.h> #endif +// These aliases are for migration purposes. +#define YP_ALIAS_NODE YP_ALIAS_METHOD_NODE +#define yp_alias_node_t yp_alias_method_node_t + void yp_serialize_content(yp_parser_t *parser, yp_node_t *node, yp_buffer_t *buffer); void yp_print_node(yp_parser_t *parser, yp_node_t *node); |