From 1cbc75c12253b633d7ab6c7abc634fb290cb686e Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Sun, 30 Nov 2008 16:50:59 +0000 Subject: [PATCH] note on extensions git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@90 00440858-1255-0410-a3e6-75ea37f81c3a --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index ddc03e5..57bd34b 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,10 @@ whose name is built from the package, the base message type-name and the member. which takes the base message and returns the value, if it is found in "unknown_values". + boolean package__extension_member_name__get(Message *message, + type *out); + void package__extension_member_name__set_raw(type in, + ProtobufCUnknownValue *to_init); - ensure enums are int-size --------------------