X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Foptions.h;h=a822b47f3ac54c209c330ef6b41a8fc1be5fb804;hb=3b048412a86f31a520c83d8604569c88ec9cbbf6;hp=112492f592fd2f52d739cf2b65b059c1ffb3b5ea;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;p=yaz-moved-to-github.git diff --git a/include/yaz/options.h b/include/yaz/options.h index 112492f..a822b47 100644 --- a/include/yaz/options.h +++ b/include/yaz/options.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data. + * Copyright (C) 1995-2011 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -31,7 +31,7 @@ */ #ifndef YAZ_OPTIONS_H -#define TAZ_OPTIONS_H +#define YAZ_OPTIONS_H #include YAZ_BEGIN_CDECL @@ -56,7 +56,7 @@ YAZ_BEGIN_CDECL The second is zero ore more long option values (synonum for single char) If colon is appended, it means the option takes an argument. */ -YAZ_EXPORT int options (const char *desc, char **argv, int argc, char **arg); +YAZ_EXPORT int options(const char *desc, char **argv, int argc, char **arg); #define YAZ_OPTIONS_ERROR (-1) #define YAZ_OPTIONS_EOF (-2)