diff options
Diffstat (limited to 'src/remote.h')
-rw-r--r-- | src/remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.h b/src/remote.h index 4b1db6c4e..a24e14845 100644 --- a/src/remote.h +++ b/src/remote.h @@ -14,7 +14,7 @@ struct git_remote { char *name; char *url; - git_headarray refs; + git_vector refs; struct git_refspec fetch; struct git_refspec push; git_transport *transport; |