diff options
author | Russell Belfer <rb@github.com> | 2013-04-21 12:52:17 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2013-04-21 12:52:17 -0700 |
commit | 21ca045100337bcb2905a20a72d42721d18871f9 (patch) | |
tree | 1db8654b2f7e2dd961d2f7fb3c9ea98c3d57cb61 /src/refdb_fs.c | |
parent | 4dcd87801972e1b880afa9cd0998842bae7af5b5 (diff) | |
download | libgit2-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.c | 1 |
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; |