From 527e5237725b631a58124f9b0d7b5ce97c62a183 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 29 Oct 1996 13:34:38 +0000 Subject: [PATCH] New functions to get/set data1_tabpath. --- include/d1_attset.h | 1 - include/data1.h | 9 +++++++-- include/tpath.h | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/include/d1_attset.h b/include/d1_attset.h index c2fb952..191e004 100644 --- a/include/d1_attset.h +++ b/include/d1_attset.h @@ -68,5 +68,4 @@ typedef struct data1_attset data1_att *data1_getattbyname(data1_attset *s, char *name); data1_attset *data1_read_attset(char *file); - #endif 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 diff --git a/include/tpath.h b/include/tpath.h index 94c50c9..9bb286e 100644 --- a/include/tpath.h +++ b/include/tpath.h @@ -25,4 +25,4 @@ * */ -FILE *yaz_path_fopen(char *path, char *name, char *mode); +FILE *yaz_path_fopen(const char *path, const char *name, const char *mode); -- 1.7.10.4