Remove the NANOPB_INTERNALS functions from public API.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Tue, 29 Oct 2013 14:32:47 +0000 (16:32 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Tue, 29 Oct 2013 14:32:47 +0000 (16:32 +0200)
commit287207841db5df93cf7ff9c71a5f1548deb26b09
tree61d3a8e057ecefb3e19c0c4474542d8dad6bb0e7
parent0074deba9a2ff99c877abe1293f72a9ed76f46c1
Remove the NANOPB_INTERNALS functions from public API.

These have been deprecated since nanopb-0.1.6 (some since 0.1.3).
Equivalent functions with better interface are available in the API.

Update issue 91
Status: FixedInGit
docs/reference.rst
pb_decode.c
pb_decode.h
pb_encode.c
pb_encode.h
tests/SConstruct
tests/decode_unittests/SConscript
tests/decode_unittests/decode_unittests.c
tests/encode_unittests/SConscript
tests/encode_unittests/encode_unittests.c