Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'upload-pack.h')
-rw-r--r--upload-pack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/upload-pack.h b/upload-pack.h
index bc2ceb211c..4bafe16a22 100644
--- a/upload-pack.h
+++ b/upload-pack.h
@@ -14,10 +14,10 @@ struct repository;
struct argv_array;
struct packet_reader;
int upload_pack_v2(struct repository *r, struct argv_array *keys,
- struct packet_reader *request);
+ struct packet_reader *request);
struct strbuf;
int upload_pack_advertise(struct repository *r,
- struct strbuf *value);
+ struct strbuf *value);
#endif /* UPLOAD_PACK_H */