Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
*.[ch]: remove extern from function declarations using spatch
[gitweb.git]
/
ls-refs.h
diff --git
a/ls-refs.h
b/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 */