Move schema.* to schema.capnp.*
This commit is contained in:
parent
923393d543
commit
8bb9759e8c
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "schema.h"
|
||||
#include "schema.capnp.h"
|
||||
|
||||
struct scope {
|
||||
struct capn_tree hdr;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "schema.h"
|
||||
#include "schema.capnp.h"
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
static const uint8_t simple_schema[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "schema.h"
|
||||
#include "schema.capnp.h"
|
||||
|
||||
void get_Node(struct Node *s, Node_list l, int i) {
|
||||
Node_ptr p = {capn_getp(l.p, i)};
|
||||
Loading…
Add table
Add a link
Reference in a new issue