summaryrefslogtreecommitdiff
path: root/src/compress.h
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2014-01-14 10:27:42 -0800
committerVicent Marti <vicent@github.com>2014-01-14 10:27:42 -0800
commit0d5d0ea8806cd3d63c3aea6933553ec23920f5a5 (patch)
treed66c68a786fe8b71462dd196cecee11c224e09e8 /src/compress.h
parentbe29dd82e27d3536b9c63f5835b102b28934555e (diff)
parent52a8a130728e29d8ac9d6e4f9e3a7017afe461fb (diff)
downloadlibgit2-0d5d0ea8806cd3d63c3aea6933553ec23920f5a5.tar.gz
Merge pull request #2004 from ethomson/pack_stream
Stream packs to the destination
Diffstat (limited to 'src/compress.h')
-rw-r--r--src/compress.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/compress.h b/src/compress.h
deleted file mode 100644
index 49e6f4749..000000000
--- a/src/compress.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * 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__ */