Sha256: 9d717dadb4742440f07bd4a195dc90ed09d06582f0ed388b3add0e5c35bc7f2c
Contents?: true
Size: 414 Bytes
Versions: 3
Compression:
Stored size: 414 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_compress_h__ #define INCLUDE_compress_h__ #include "common.h" #include "buffer.h" int git__compress(git_buf *buf, const void *buff, size_t len); #endif /* INCLUDE_compress_h__ */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rugged-0.19.0 | vendor/libgit2/src/compress.h |
rugged-0.18.0.gh.de28323 | vendor/libgit2/src/compress.h |
rugged-0.18.0.b1 | vendor/libgit2/src/compress.h |