X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst9.c;h=ed5b5b7cc6692c96f5067f0cc8d584a3c1211bcb;hp=8e9898be654d9d413e8a5a4625dfc27fa507b18f;hb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;hpb=4cadb168b5477478ceea77aa53364c54e6b3cfba diff --git a/zoom/zoomtst9.c b/zoom/zoomtst9.c index 8e9898b..ed5b5b7 100644 --- a/zoom/zoomtst9.c +++ b/zoom/zoomtst9.c @@ -1,8 +1,7 @@ -/* $Id: zoomtst9.c,v 1.3 2006-08-24 13:19:44 adam Exp $ */ - -/** \file zoomtst9.c - \brief Extended Service Update -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data + * See the file LICENSE for details. + */ #include #include @@ -12,7 +11,7 @@ #include #include -static void usage() +static void usage(void) { fprintf(stderr, "usage:\n" "zoomtst9 target [insert|delete|replace|update] id1 rec1 " @@ -107,6 +106,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab