]> git.ipfire.org Git - thirdparty/git.git/blame - upload-pack.h
ls-refs: introduce ls-refs server command
[thirdparty/git.git] / upload-pack.h
CommitLineData
a3d6b53e
BW
1#ifndef UPLOAD_PACK_H
2#define UPLOAD_PACK_H
3
4struct upload_pack_options {
5 int stateless_rpc;
6 int advertise_refs;
7 unsigned int timeout;
8 int daemon_mode;
9};
10
11void upload_pack(struct upload_pack_options *options);
12
13#endif /* UPLOAD_PACK_H */