summaryrefslogtreecommitdiff
path: root/src/refdb_fs.c
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-04-21 12:52:17 -0700
committerRussell Belfer <rb@github.com>2013-04-21 12:52:17 -0700
commit21ca045100337bcb2905a20a72d42721d18871f9 (patch)
tree1db8654b2f7e2dd961d2f7fb3c9ea98c3d57cb61 /src/refdb_fs.c
parent4dcd87801972e1b880afa9cd0998842bae7af5b5 (diff)
downloadlibgit2-21ca045100337bcb2905a20a72d42721d18871f9.tar.gz
Move git_reference__alloc to include/git2/sys
Create a new include/git2/sys/refs.h and move the reference alloc functions there. Also fix some documentation issues and some minor code cleanups.
Diffstat (limited to 'src/refdb_fs.c')
-rw-r--r--src/refdb_fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/refdb_fs.c b/src/refdb_fs.c
index 4d5d6006d..443871005 100644
--- a/src/refdb_fs.c
+++ b/src/refdb_fs.c
@@ -19,6 +19,7 @@
#include <git2/object.h>
#include <git2/refdb.h>
#include <git2/sys/refdb_backend.h>
+#include <git2/sys/refs.h>
GIT__USE_STRMAP;