run-command: use void to declare that functions take no parameters
commit6066a7eac4b2bcdb86971783b583e4e408b32e81
authorRené Scharfe <l.s.r@web.de>
Mon, 10 Nov 2014 21:17:00 +0000 (10 22:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Nov 2014 22:43:19 +0000 (10 14:43 -0800)
tree2a3c164fd1d19504cd6f42ee145505229e943710
parent80b581dd099c4307e5a5775fe7b0ffbdb50ae937
run-command: use void to declare that functions take no parameters

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>
run-command.c