Update autogenerated files

Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
David Lamparter 2023-04-23 14:34:07 +02:00
parent 79d6035e3f
commit 632f0d73a1
6 changed files with 1307 additions and 76 deletions

View file

@ -7,6 +7,14 @@
#error "version mismatch between capnp_c.h and generated code"
#endif
#ifndef capnp_nowarn
# ifdef __GNUC__
# define capnp_nowarn __extension__
# else
# define capnp_nowarn
# endif
#endif
#ifdef __cplusplus
extern "C" {