]> git.proxmox.com Git - libgit2.git/blame - src/compress.h
Merge pull request #1204 from arrbee/diff-blob-to-buffer
[libgit2.git] / src / compress.h
CommitLineData
4bc1a30f
MS
1/*
2 * Copyright (C) 2009-2012 the libgit2 contributors
3 *
4 * This file is part of libgit2, distributed under the GNU GPL v2 with
5 * a Linking Exception. For full terms see the included COPYING file.
6 */
7#ifndef INCLUDE_compress_h__
8#define INCLUDE_compress_h__
9
10#include "common.h"
11
12#include "buffer.h"
13
14int git__compress(git_buf *buf, const void *buff, size_t len);
15
16#endif /* INCLUDE_compress_h__ */