summaryrefslogtreecommitdiff
path: root/pbstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'pbstream.h')
-rw-r--r--pbstream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pbstream.h b/pbstream.h
index 686692e..3c551d2 100644
--- a/pbstream.h
+++ b/pbstream.h
@@ -50,8 +50,9 @@ typedef enum pbstream_cardinality {
typedef int32_t pbstream_field_number_t;
/* A deserialized value as described in a .proto file. */
+struct pbstream_field_descriptor;
struct pbstream_value {
- pbstream_type_t type;
+ struct pbstream_field_descriptor *field_descriptor;
union {
double _double;
float _float;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback