Rename PB_HTYPE_ARRAY -> PB_HTYPE_REPEATED.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 20 Feb 2013 19:58:18 +0000 (21:58 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 20 Feb 2013 19:58:18 +0000 (21:58 +0200)
commit69085d93877ef75ca28505487d8a1335a4b7fa6c
treea71591b367513ac64dc9b07efd6af8eb553c89b3
parent258ba8335dd2b54ee9ce934782239f357bca3581
Rename PB_HTYPE_ARRAY -> PB_HTYPE_REPEATED.

This is a more logical name in parallel with PB_HTYPE_REQUIRED and PB_HTYPE_OPTIONAL.

Warning: This breaks backwards-compatibility of generated .pb.c files.
You will have to regenerate the files and recompile.
pb.h
pb_decode.c
pb_encode.c
tests/bc_alltypes.pb.c
tests/bc_alltypes.pb.h