Fix compilation of test-delta
authorMartin Koegler <mkoegler@auto.tuwien.ac.at>
Tue, 1 May 2007 09:47:55 +0000 (11:47 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 1 May 2007 09:59:08 +0000 (02:59 -0700)
The code used write_in_full() without pulling its declarations from the
header file. When header is included, usage[] collides with usage()
function.

Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found