]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ls-refs.h
*.[ch]: remove extern from function declarations using spatch
[thirdparty/git.git] / ls-refs.h
index b62877e8dad8d2ef3088af426f3ff6f8a97187f9..702d47ad7005470f67567d15db725b07b1fbb443 100644 (file)
--- a/ls-refs.h
+++ b/ls-refs.h
@@ -4,7 +4,7 @@
 struct repository;
 struct argv_array;
 struct packet_reader;
-extern int ls_refs(struct repository *r, struct argv_array *keys,
+int ls_refs(struct repository *r, struct argv_array *keys,
                   struct packet_reader *request);
 
 #endif /* LS_REFS_H */