From e48f855b06babfa43b1a4f2a53a1f90c9df20067 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 9 Jul 2009 18:49:00 -0700 Subject: Implemented upb_msg_eql. --- src/upb.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/upb.h') diff --git a/src/upb.h b/src/upb.h index 685a292..a05528b 100644 --- a/src/upb.h +++ b/src/upb.h @@ -70,7 +70,7 @@ union upb_value { bool _bool; struct upb_string **string; struct upb_array **array; - void *message; + void *msg; }; union upb_value_ptr { @@ -81,9 +81,9 @@ union upb_value_ptr { uint32_t *uint32; uint64_t *uint64; bool *_bool; - struct upb_string **string; - struct upb_array **array; - void **message; + struct upb_string **str; + struct upb_array **arr; + void **msg; void *_void; }; -- cgit v1.2.3