X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fidzebra%2Frecctrl.h;h=c7c92cc69e990f87639ff6af48f892f49e8e404b;hb=53f50a1b1dd002ef484a41f50f3598386335cae1;hp=097af097798594a96ce5138a558cbef3b258dee7;hpb=121e938050358a6d52133deac0316eab29f002dc;p=idzebra-moved-to-github.git diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 097af09..c7c92cc 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.34 2007-04-16 08:44:31 adam Exp $ +/* $Id: recctrl.h,v 1.35 2007-05-08 12:50:04 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -115,7 +115,7 @@ struct recRetrieveCtrl { /* Input parameters ... */ Res res; /* Resource pool */ ODR odr; /* ODR used to create response */ - const int*input_format; /* Preferred record syntax OID */ + const Odr_oid * input_format; /* Preferred record syntax OID */ Z_RecordComposition *comp; /* formatting instructions */ char *encoding; /* preferred character encoding */ zint localno; /* local id of record */ @@ -128,7 +128,7 @@ struct recRetrieveCtrl { zebra_snippets *doc_snippet; /* response */ - const int *output_format; /* output format OID */ + const Odr_oid * output_format; /* output format OID */ void * rec_buf; int rec_len; int diagnostic;