X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Foptions.h;h=a822b47f3ac54c209c330ef6b41a8fc1be5fb804;hp=edd477acf5d77fd34e3a974befa5bbeb8ac08dd9;hb=3b048412a86f31a520c83d8604569c88ec9cbbf6;hpb=11ef4db1458a878796cf3600bb67a2e140584227 diff --git a/include/yaz/options.h b/include/yaz/options.h index edd477a..a822b47 100644 --- a/include/yaz/options.h +++ b/include/yaz/options.h @@ -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)