X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr-priv.h;h=abc355abffe8a0edcb06f8451a7861e62a363ef7;hb=7673e4ac1298b8557933244fc576219bd02fd640;hp=75b37ab69e9d76f43b74574b169778a61d7c5e8b;hpb=4c176312acdc3444c9afc820f76a393e64668e52;p=yaz-moved-to-github.git diff --git a/src/odr-priv.h b/src/odr-priv.h index 75b37ab..abc355a 100644 --- a/src/odr-priv.h +++ b/src/odr-priv.h @@ -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.5 2005-01-15 19:47:14 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 + */ +