Expose _StructSchema's raw node

This commit is contained in:
Andy Lutomirski
2013-08-28 14:46:53 -07:00
parent 79ae83a6cb
commit 2fe61781f5
2 changed files with 5 additions and 1 deletions

View File

@@ -43,7 +43,6 @@ cdef extern from "capnp/schema.h" namespace " ::capnp":
uint size()
Field operator[](uint index)
Node.Reader getProto()
FieldList getFields()
Field getFieldByName(char * name)