X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdata1.h;h=ef47cb8355d7fd23a938949fe3854286d8986702;hb=399d7c3b7664bf9c9c5cf58ccbcf80aabd4a9039;hp=9a3a4af8ae838fe8d1e89ea0578b5becbd95a67d;hpb=6517fa53d35512887780fd07de5667940da18a9e;p=yaz-moved-to-github.git diff --git a/include/data1.h b/include/data1.h index 9a3a4af..ef47cb8 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,13 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.26 1997-09-17 12:10:32 adam + * Revision 1.28 1997-10-06 09:37:53 adam + * Added prototype for data1_get_map_buf. + * + * Revision 1.27 1997/09/24 13:35:44 adam + * Added two members to data1_marctab to ease reading of weird MARC records. + * + * Revision 1.26 1997/09/17 12:10:32 adam * YAZ version 1.4. * * Revision 1.25 1997/09/05 09:50:55 adam @@ -211,6 +217,8 @@ typedef struct data1_marctab int length_implementation; char future_use[2]; + int force_indicator_length; + int force_identifier_length; struct data1_marctab *next; } data1_marctab; @@ -460,6 +468,7 @@ YAZ_EXPORT const char *data1_get_tabpath(data1_handle dh); YAZ_EXPORT WRBUF data1_get_wrbuf (data1_handle dp); YAZ_EXPORT char **data1_get_read_buf (data1_handle dp, int **lenp); +YAZ_EXPORT char **data1_get_map_buf (data1_handle dp, int **lenp); YAZ_EXPORT data1_absyn_cache *data1_absyn_cache_get (data1_handle dh); YAZ_EXPORT NMEM data1_nmem_get (data1_handle dh);