]> git.ipfire.org Git - thirdparty/git.git/blame - upload-pack.h
A bit more topics before -rc1
[thirdparty/git.git] / upload-pack.h
CommitLineData
a3d6b53e
BW
1#ifndef UPLOAD_PACK_H
2#define UPLOAD_PACK_H
3
f234da80
ÆAB
4void upload_pack(const int advertise_refs, const int stateless_rpc,
5 const int timeout);
a3d6b53e 6
3145ea95 7struct repository;
3145ea95 8struct packet_reader;
28a592e4 9int upload_pack_v2(struct repository *r, struct packet_reader *request);
3145ea95 10
685fbd32 11struct strbuf;
55454427 12int upload_pack_advertise(struct repository *r,
ad6dad09 13 struct strbuf *value);
685fbd32 14
a3d6b53e 15#endif /* UPLOAD_PACK_H */