Sha256: bd32fd65a3a7c6014e3e9846477b060033102c8c7baeb097506074f99c50a434
Contents?: true
Size: 396 Bytes
Versions: 40
Compression:
Stored size: 396 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_indexer_h__ #define INCLUDE_indexer_h__ #include "common.h" #include "git2/indexer.h" extern void git_indexer__set_fsync(git_indexer *idx, int do_fsync); #endif
Version data entries
40 entries across 40 versions & 1 rubygems