diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-10-29 18:34:24 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-10-29 18:34:24 +0200 |
commit | 0ee4bb96b1e53d16a29869864eff87c8934894ae (patch) | |
tree | 8ec4a0822eb8b666f6dac2918a4c0c0051f97b49 /tests/options.expected | |
parent | 28b0136ea4dcd045f0422d16a25b7d82b0d2aaee (diff) |
Allow defining field type in .proto.
Update issue 30
Status: FixedInGit
Diffstat (limited to 'tests/options.expected')
-rw-r--r-- | tests/options.expected | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/options.expected b/tests/options.expected index e184cf9..ef74a00 100644 --- a/tests/options.expected +++ b/tests/options.expected @@ -1,3 +1,5 @@ char filesize[20]; char msgsize[30]; char fieldsize[40]; +pb_callback_t int32_callback; + |