X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Freadconf.h;h=522cdd7e4cc45526babcd3f629b165a9f92d0f4a;hb=b925ea17d6f146a28d745b0d34e9eec6eafda21f;hp=cba053b023655619c733fdf04cbb3f3cf64d0397;hpb=05c274ef315384faafcc5900c17468f0ea2474e6;p=yaz-moved-to-github.git diff --git a/include/yaz/readconf.h b/include/yaz/readconf.h index cba053b..522cdd7 100644 --- a/include/yaz/readconf.h +++ b/include/yaz/readconf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996-2004, 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,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: readconf.h,v 1.3 2004-10-15 00:18:59 adam Exp $ + * $Id: readconf.h,v 1.5 2005-06-25 15:46:03 adam Exp $ */ /** * \file readconf.h @@ -40,11 +40,19 @@ YAZ_BEGIN_CDECL YAZ_EXPORT int readconf(char *name, void *rprivate, int (*fun)(char *name, void *rprivate, - int argc, char *argv[])); + int argc, char *argv[])); YAZ_EXPORT int readconf_line(FILE *f, int *lineno, - char *line, int len, char *argv[], int num); + char *line, int len, char *argv[], int num); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +