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/net.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/net.h')
-rw-r--r-- | include/git2/net.h | 2 |
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 |