X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Foptions.c;h=d0811a97731a708262e59a7c83476aee19e5d665;hb=8fba4cf2cac1cc543aa4c1063c78b449ebac44a7;hp=7f6374c17a37806a59fbd0d73e455e6c0de66480;hpb=7eb11b475a9600b3e80fc1b1e94f341b99b2a565;p=yaz-moved-to-github.git diff --git a/src/options.c b/src/options.c index 7f6374c..d0811a9 100644 --- a/src/options.c +++ b/src/options.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ /** @@ -17,7 +17,7 @@ static int arg_no = 1; static size_t arg_off = 0; -int options (const char *desc, char **argv, int argc, char **arg) +int options(const char *desc, char **argv, int argc, char **arg) { const char *opt_buf = 0; size_t i = 0;