summaryrefslogtreecommitdiffstats
path: root/example/client.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-02Change the callback function to use void**.Petteri Aimonen1-1/+1
NOTE: This change breaks backwards-compatibility by default. If you have old callback functions, you can define PB_OLD_CALLBACK_STYLE to retain the old behaviour. If you want to convert your old callbacks to new signature, you need to do the following: 1) Change decode callback argument to void **arg and encode callback argument to void * const *arg. 2) Change any reference to arg into *arg. The rationale for making the new behaviour the default is that it simplifies the common case of "allocate some memory in decode callback". Update issue 69 Status: FixedInGit
2012-08-24Implement error messages in the decoder side.Petteri Aimonen1-1/+1
Update issue 7 Status: Started
2012-05-19Fix 64-bitness warnings in the example.Petteri Aimonen1-1/+1
Fixes issues 9 and 10.
2011-08-23Changed autogenerated file naming from foo.c to foo.pb.cPetteri Aimonen1-1/+1
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@965 e3a754e5-d11d-0410-8d38-ebb782a927b9
2011-08-22example clientPetteri Aimonen1-0/+116
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@958 e3a754e5-d11d-0410-8d38-ebb782a927b9