From 842d52633d650286ce62490362f8dfa356e17800 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 14 Aug 2011 20:11:05 +0000 Subject: More documentation, small improvements git-svn-id: https://svn.kapsi.fi/jpa/nanopb@955 e3a754e5-d11d-0410-8d38-ebb782a927b9 --- pb_decode.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pb_decode.h') diff --git a/pb_decode.h b/pb_decode.h index 011efdd9..2d4e5863 100644 --- a/pb_decode.h +++ b/pb_decode.h @@ -48,8 +48,7 @@ bool pb_decode(pb_istream_t *stream, const pb_field_t fields[], void *dest_struc * You may want to use these from your caller or callbacks. */ -bool pb_decode_varint32(pb_istream_t *stream, uint32_t *dest); -bool pb_decode_varint64(pb_istream_t *stream, uint64_t *dest); +bool pb_decode_varint(pb_istream_t *stream, uint64_t *dest); bool pb_skip_varint(pb_istream_t *stream); bool pb_skip_string(pb_istream_t *stream); -- cgit