Move the declarations of _pb_ostream_t and _pb_istream_t before first use.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Mon, 9 Sep 2013 07:53:04 +0000 (10:53 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Tue, 10 Sep 2013 14:53:21 +0000 (17:53 +0300)
commit696a01bf140e91661eae77663de99c78c95dcc73
treeb453697d234635ea45abb1196c86249a2a7e5f52
parentf04ab838abd90fb70f7d6ef77fdacdf07f09ba4d
Move the declarations of _pb_ostream_t and _pb_istream_t before first use.

Otherwise Microsoft Visual C++ threats them as C++ classes instead of plain
structs, forbidding use in C linkage functions.

Thanks to Markus Schwarzenberg for the patch.

Update issue 84
Status: Started
pb_decode.h
pb_encode.h