From 4dbdc42d9e7c3968ff7f690d00680419c9b8cb0f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Apr 2024 15:34:27 +0200 Subject: Adding upstream version 1:2.43.0. Signed-off-by: Daniel Baumann --- reftable/system.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 reftable/system.h (limited to 'reftable/system.h') diff --git a/reftable/system.h b/reftable/system.h new file mode 100644 index 0000000..6b74a81 --- /dev/null +++ b/reftable/system.h @@ -0,0 +1,21 @@ +/* +Copyright 2020 Google LLC + +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file or at +https://developers.google.com/open-source/licenses/bsd +*/ + +#ifndef SYSTEM_H +#define SYSTEM_H + +/* This header glues the reftable library to the rest of Git */ + +#include "git-compat-util.h" +#include "strbuf.h" +#include "hash-ll.h" /* hash ID, sizes.*/ +#include "dir.h" /* remove_dir_recursively, for tests.*/ + +int hash_size(uint32_t id); + +#endif -- cgit v1.2.3