Remove PROTO_SR, CS_SR, CS_Z3950
[yaz-moved-to-github.git] / include / yaz / srw.h
index b86b790..68644a9 100644 (file)
@@ -37,7 +37,7 @@
 #include <yaz/zgdu.h>
 #include <yaz/diagsrw.h>
 #include <yaz/diagsru_update.h>
-#include "facet.h"
+#include <yaz/facet.h>
 
 YAZ_BEGIN_CDECL
 
@@ -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;