X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2Fprt-ext.h;h=aaa8c2dbf8ad0c886b956abd3c6d388585abae30;hb=6b76baf0fb5d0d437caedd8076f77f372d775758;hp=9256d28da0547ece125ddd51b161b3516193002e;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;p=yaz-moved-to-github.git diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index 9256d28..aaa8c2d 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -58,7 +58,7 @@ typedef struct Z_ext_typeent struct Z_External { Odr_oid *direct_reference; - int *indirect_reference; + odr_int_t *indirect_reference; char *descriptor; int which; /* Generic types */ @@ -160,6 +160,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab