X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebrash.c;h=2fd1157d02e1a2dc31c445ac6217ebe8c9739f8c;hb=d5c921e71defabcb16299ee27bd7c9bdabe2e461;hp=9ac13992daec8f9030fe4cac9bd7223fe913c20d;hpb=4478d785b7769691261005c98063b98a5a5971b3;p=idzebra-moved-to-github.git diff --git a/index/zebrash.c b/index/zebrash.c index 9ac1399..2fd1157 100644 --- a/index/zebrash.c +++ b/index/zebrash.c @@ -1,4 +1,4 @@ -/* $Id: zebrash.c,v 1.39 2006-08-14 10:40:15 adam Exp $ +/* $Id: zebrash.c,v 1.40 2006-10-29 17:20:01 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -764,7 +764,7 @@ static void Zerrors (WRBUF outbuff) * The shell */ -void shell() +void shell(void) { int rc=0; WRBUF outbuff=wrbuf_alloc(); @@ -827,7 +827,7 @@ void shell() } /* shell() */ -static void usage() +static void usage(void) { printf ("usage:\n"); printf ("zebrash [-c config]\n");