git/vcs-svn
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch
There has been a push to remove extern from function declarations.
Remove some instances of "extern" for function declarations which are
caught by Coccinelle. Note that Coccinelle has some difficulty with
processing functions with `__attribute__` or varargs so some `extern`
declarations are left behind to be dealt with in a future patch.

This was the Coccinelle patch used:

	@@
	type T;
	identifier f;
	@@
	- extern
	  T f(...);

and it was run with:

	$ git ls-files \*.{c,h} |
		grep -v ^compat/ |
		xargs spatch --sp-file contrib/coccinelle/noextern.cocci --in-place

Files under `compat/` are intentionally excluded as some are directly
copied from external sources and we should avoid churning them as much
as possible.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2019-05-05 15:20:06 +09:00
..
fast_export.c Convert remaining die*(BUG) messages 2018-05-06 19:06:14 +09:00
fast_export.h headers: normalize the spelling of some header guards 2018-10-18 13:39:35 +09:00
LICENSE Merge branch 'db/delta-applier' into db/text-delta 2011-05-26 02:27:48 -05:00
line_buffer.c vcs-svn: use error_errno() 2016-05-09 12:29:08 -07:00
line_buffer.h headers: normalize the spelling of some header guards 2018-10-18 13:39:35 +09:00
line_buffer.txt vcs-svn: remove buffer_read_string 2011-03-26 00:17:35 -05:00
sliding_window.c vcs-svn: use error_errno() 2016-05-09 12:29:08 -07:00
sliding_window.h *.[ch]: remove extern from function declarations using spatch 2019-05-05 15:20:06 +09:00
svndiff.c vcs-svn: use error_errno() 2016-05-09 12:29:08 -07:00
svndiff.h *.[ch]: remove extern from function declarations using spatch 2019-05-05 15:20:06 +09:00
svndump.c vcs-svn: release strbuf after use in end_revision() 2017-09-07 08:49:29 +09:00
svndump.h headers: normalize the spelling of some header guards 2018-10-18 13:39:35 +09:00