opensourcerouting / c-capnproto

C library/compiler for the Cap'n Proto serialization/RPC protocol
MIT License
118 stars 40 forks source link

Use int64_t for the return value of capn_size(). #49

Closed detly closed 1 year ago

detly commented 3 years ago

This makes it consistent with a recent change to capn_write_mem() (#47).