summaryrefslogtreecommitdiff
path: root/include/git2/net.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2011-06-25 15:10:09 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2011-06-26 18:18:12 +0200
commitd6258debbe05e3892466722f897ae932e8e7d8aa (patch)
tree1fe110900abb96bfa97a45a8703b3c3b9ff10f20 /include/git2/net.h
parent8f866daee5a0a43702f349c7fa46d3274542650c (diff)
downloadlibgit2-d6258debbe05e3892466722f897ae932e8e7d8aa.tar.gz
Implement ls-remote on local drive
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Diffstat (limited to 'include/git2/net.h')
-rw-r--r--include/git2/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/net.h b/include/git2/net.h
index 869309f9..67e8a44e 100644
--- a/include/git2/net.h
+++ b/include/git2/net.h
@@ -27,7 +27,7 @@ struct git_remote_head {
struct git_headarray {
unsigned int len;
- struct git_remote_head *heads;
+ struct git_remote_head **heads;
};
#endif