Allow defining field type in .proto.

Update issue 30
Status: FixedInGit
This commit is contained in:
Petteri Aimonen
2012-10-29 18:34:24 +02:00
parent 28b0136ea4
commit 0ee4bb96b1
5 changed files with 68 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
char filesize[20];
char msgsize[30];
char fieldsize[40];
pb_callback_t int32_callback;