New functions to get/set data1_tabpath.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Oct 1996 13:34:38 +0000 (13:34 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Oct 1996 13:34:38 +0000 (13:34 +0000)
include/d1_attset.h
include/data1.h
include/tpath.h

index c2fb952..191e004 100644 (file)
@@ -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
index 7f21853..96c2d40 100644 (file)
@@ -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,
  * 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
index 94c50c9..9bb286e 100644 (file)
@@ -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);