diff options
Diffstat (limited to 'src/push.h')
| -rw-r--r-- | src/push.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/push.h b/src/push.h index 31ac43609..867563940 100644 --- a/src/push.h +++ b/src/push.h @@ -11,6 +11,7 @@ #include "git2.h" #include "refspec.h" +#include "remote.h" typedef struct push_spec { struct git_refspec refspec; @@ -40,7 +41,7 @@ struct git_push { /* options */ unsigned pb_parallelism; - const git_strarray *custom_headers; + git_remote_connection_opts connection; }; /** |
