repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'rs/xdiff-ignore-ws-w-func-context'
[git.git]
/
serve.h
blob
42ddca7f8b4fdd6bb78ab6da710a086645dd44f2
1
#ifndef SERVE_H
2
#define SERVE_H
3
4
struct
argv_array
;
5
int
has_capability
(
const struct
argv_array
*
keys
,
const char
*
capability
,
6
const char
**
value
);
7
8
struct
serve_options
{
9
unsigned
advertise_capabilities
;
10
unsigned
stateless_rpc
;
11
};
12
#define SERVE_OPTIONS_INIT { 0 }
13
void
serve
(
struct
serve_options
*
options
);
14
15
#endif
/* SERVE_H */