X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=serve.h;h=42ddca7f8b4fdd6bb78ab6da710a086645dd44f2;hb=4a787f72f504ae1429f24997a09ad6bac5cb4332;hp=fe65ba9f469018c05dc1c930381cf49eb30357c1;hpb=e91a1b1ade3ea07bdf8cdd8cd4fa126caac12a36;p=thirdparty%2Fgit.git diff --git a/serve.h b/serve.h index fe65ba9f46..42ddca7f8b 100644 --- a/serve.h +++ b/serve.h @@ -2,14 +2,14 @@ #define SERVE_H struct argv_array; -extern int has_capability(const struct argv_array *keys, const char *capability, - const char **value); +int has_capability(const struct argv_array *keys, const char *capability, + const char **value); struct serve_options { unsigned advertise_capabilities; unsigned stateless_rpc; }; #define SERVE_OPTIONS_INIT { 0 } -extern void serve(struct serve_options *options); +void serve(struct serve_options *options); #endif /* SERVE_H */