diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-06-25 15:10:09 +0200 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-06-26 18:18:12 +0200 |
commit | d6258debbe05e3892466722f897ae932e8e7d8aa (patch) | |
tree | 1fe110900abb96bfa97a45a8703b3c3b9ff10f20 /include/git2.h | |
parent | 8f866daee5a0a43702f349c7fa46d3274542650c (diff) | |
download | libgit2-d6258debbe05e3892466722f897ae932e8e7d8aa.tar.gz |
Implement ls-remote on local drive
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index 6ede73cb..f94b535c 100644 --- a/include/git2.h +++ b/include/git2.h @@ -58,4 +58,7 @@ #include "git2/remote.h" #include "git2/refspec.h" +#include "git2/net.h" +#include "git2/transport.h" + #endif |