summaryrefslogtreecommitdiff
path: root/src/push.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/push.h')
-rw-r--r--src/push.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/push.h b/src/push.h
index a847ee0d0..e32ad2f4d 100644
--- a/src/push.h
+++ b/src/push.h
@@ -38,6 +38,7 @@ struct git_push {
/* options */
unsigned pb_parallelism;
+ const git_strarray *custom_headers;
};
/**