]> git.ipfire.org Git - thirdparty/git.git/blobdiff - serve.h
*.[ch]: remove extern from function declarations using spatch
[thirdparty/git.git] / serve.h
diff --git a/serve.h b/serve.h
index fe65ba9f469018c05dc1c930381cf49eb30357c1..48b6f5e479eaf233357a0ce7d863e12ce8d6080f 100644 (file)
--- a/serve.h
+++ b/serve.h
@@ -2,7 +2,7 @@
 #define SERVE_H
 
 struct argv_array;
-extern int has_capability(const struct argv_array *keys, const char *capability,
+int has_capability(const struct argv_array *keys, const char *capability,
                          const char **value);
 
 struct serve_options {
@@ -10,6 +10,6 @@ struct serve_options {
        unsigned stateless_rpc;
 };
 #define SERVE_OPTIONS_INIT { 0 }
-extern void serve(struct serve_options *options);
+void serve(struct serve_options *options);
 
 #endif /* SERVE_H */