X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Foptions.h;h=2a71410db66d022db4e6e9096f913b605943cbd9;hp=4ad59680b636568cdfbd792ec9d17e5dc281e85f;hb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;hpb=ba8d526ec24077c455979314147aaff20746a8ca diff --git a/include/yaz/options.h b/include/yaz/options.h index 4ad5968..2a71410 100644 --- a/include/yaz/options.h +++ b/include/yaz/options.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,7 +23,12 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: options.h,v 1.3 2003-03-03 19:57:35 adam Exp $ + * $Id: options.h,v 1.6 2005-06-25 15:46:03 adam Exp $ + */ + +/** + * \file options.h + * \brief Header for command line options parsing utilities */ #ifndef OPTIONS_H @@ -37,4 +42,12 @@ YAZ_EXPORT int options (const char *desc, char **argv, int argc, char **arg); YAZ_END_CDECL #endif - + +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +