X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr-priv.h;h=abc355abffe8a0edcb06f8451a7861e62a363ef7;hb=8b40c551d14fe46439095674ba19cee2fe9a8e1c;hp=e42007fdebbe9cae46fd41e69409d5b56d7a4918;hpb=05c274ef315384faafcc5900c17468f0ea2474e6;p=yaz-moved-to-github.git diff --git a/src/odr-priv.h b/src/odr-priv.h index e42007f..abc355a 100644 --- a/src/odr-priv.h +++ b/src/odr-priv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-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: odr-priv.h,v 1.4 2004-10-15 00:19:00 adam Exp $ + * $Id: odr-priv.h,v 1.6 2005-06-25 15:46:04 adam Exp $ */ /** @@ -71,7 +71,7 @@ struct Odr_private { int error_id; char element[80]; void (*stream_write)(ODR o, void *handle, int type, - const char *buf, int len); + const char *buf, int len); void (*stream_close)(void *handle); }; @@ -113,3 +113,11 @@ struct Odr_private { ) #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +