Fix compilation of test-delta
commitadb7b5fc86d96fc2baf5a5c0ce12fb581b3ad275
authorMartin Koegler <mkoegler@auto.tuwien.ac.at>
Tue, 1 May 2007 09:47:55 +0000 (1 11:47 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 1 May 2007 09:59:08 +0000 (1 02:59 -0700)
tree74e94f8f33ccfded71dcaeb83442c8817c9b9237
parentb5cc62f701abf8b903387a5d7c77a59f347d66fd
Fix compilation of test-delta

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>
test-delta.c