Proper diagnostics for unsupp operation YAZ-696
[yaz-moved-to-github.git] / include / yaz / srw.h
index 8e5aa78..51239f4 100644 (file)
@@ -55,12 +55,6 @@ typedef struct {
 #define Z_SRW_recordPacking_XML 1
 #define Z_SRW_recordPacking_URL 2
 
-#if 0
-    int packing;   /* recordPacking in SRU 2.0 */
-#define Z_SRW_packed   0
-#define Z_SRW_unpacked     1
-#endif
-
     char *recordData_buf;
     int recordData_len;
     Odr_int *recordPosition;
@@ -244,13 +238,6 @@ YAZ_EXPORT int yaz_diag_srw_to_bib1(int srw_code);
 YAZ_EXPORT const char *yaz_srw_pack_to_str(int pack);
 YAZ_EXPORT int yaz_srw_str_to_pack(const char *str);
 
-/** \brief deprecated */
-YAZ_EXPORT char *yaz_uri_val(const char *path, const char *name, ODR o);
-
-/** \brief deprecated */
-YAZ_EXPORT void yaz_uri_val_int(const char *path, const char *name,
-                                ODR o, Odr_int **intp);
-
 YAZ_EXPORT int yaz_uri_to_array(const char *path, ODR o,
                                 char ***name, char ***val);
 YAZ_EXPORT void yaz_array_to_uri(char **path, ODR o,