2 Copyright 2020 Google LLC
4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file or at
6 https://developers.google.com/open-source/licenses/bsd
11 #include "reftable-record.h"
12 #include "reftable-generic.h"
15 struct reftable_table tab
;
24 int validate_ref_record_addition(struct reftable_table tab
,
25 struct reftable_ref_record
*recs
, size_t sz
);
27 int modification_validate(struct modification
*mod
);