run-command: use void to declare that functions take no parameters
authorRené Scharfe <l.s.r@web.de>
Mon, 10 Nov 2014 21:17:00 +0000 (22:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Nov 2014 22:43:19 +0000 (14:43 -0800)
Explicitly declare that git_atexit_dispatch() and git_atexit_clear()
take no parameters instead of leaving their parameter list empty and
thus unspecified.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found