summaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-04-05 22:48:39 +0200
committerVicent Marti <tanoku@gmail.com>2013-04-22 16:50:51 +0200
commitee12272d170d6a9d60f13d6de6129f56bfb2fbf6 (patch)
tree9a7d1945b9b85a70ed88a80649e2b27213314fee /src/cache.h
parente183e375b83044d7852b8253553c4f782d73c140 (diff)
downloadlibgit2-ee12272d170d6a9d60f13d6de6129f56bfb2fbf6.tar.gz
Global option setters
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cache.h b/src/cache.h
index 65a6e5766..8b2aa1f79 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -20,6 +20,9 @@ enum {
GIT_CACHE_STORE_PARSED = 2
};
+extern bool git_cache__enabled;
+extern size_t git_cache__max_object_size[8];
+
typedef struct {
git_oid oid;
int16_t type;