diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-08-24 20:23:25 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-08-24 20:23:25 +0300 |
commit | 2941e90e041b0d7872a4ea458e77dcc787ca6ff2 (patch) | |
tree | ca2f8b83d059e4ac5569413498aa27230ba2083c /tests/decode_unittests.c | |
parent | dc2da0edc568b29361479fb7405c96b1a13442cf (diff) |
Reorganize the field decoder interface.
This makes the field decoding functions more intuitive to use.
The old interface is still present if you specify NANOPB_INTERNALS.
Update issue 2
Status: FixedInGit
Diffstat (limited to 'tests/decode_unittests.c')
-rw-r--r-- | tests/decode_unittests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/decode_unittests.c b/tests/decode_unittests.c index 6ba6d4f2..039c9fa4 100644 --- a/tests/decode_unittests.c +++ b/tests/decode_unittests.c @@ -1,3 +1,5 @@ +#define NANOPB_INTERNALS + #include <stdio.h> #include <string.h> #include "pb_decode.h" |