X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fdata1.h;h=96c2d40c19c158bbc45ee9a06ef036018cdc4b47;hp=7f21853edff2703388610103db4f22ace9ad6de6;hb=527e5237725b631a58124f9b0d7b5ce97c62a183;hpb=0aa8e547996dc0adb27cc1e10c25c472585f63cb diff --git a/include/data1.h b/include/data1.h index 7f21853..96c2d40 100644 --- a/include/data1.h +++ b/include/data1.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, Index Data. + * Copyright (c) 1995-1996, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.19 1996-10-11 11:57:16 quinn + * Revision 1.20 1996-10-29 13:34:39 adam + * New functions to get/set data1_tabpath. + * + * Revision 1.19 1996/10/11 11:57:16 quinn * Smallish * * Revision 1.18 1996/10/07 15:29:16 quinn @@ -398,5 +401,7 @@ char *data1_nodetoidsgml(data1_node *n, int select, int *len); Z_ExplainRecord *data1_nodetoexplain(data1_node *n, int select, ODR o); Z_BriefBib *data1_nodetosummary(data1_node *n, int select, ODR o); char *data1_nodetosoif(data1_node *n, int select, int *len); +void data1_set_tabpath(const char *path); +const char *data1_get_tabpath(void); #endif