Sha256: e981d3df86d535ea91561853a7754419a2c95a3f72313171f5f6e0fe6d1ecacd
Contents?: true
Size: 403 Bytes
Versions: 19
Compression:
Stored size: 403 Bytes
Contents
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_refdb_fs_h__ #define INCLUDE_refdb_fs_h__ #include "common.h" #include "strmap.h" typedef struct { git_strmap *packfile; time_t packfile_time; } git_refcache; #endif
Version data entries
19 entries across 19 versions & 1 rubygems