Z_GDU definitions in zgdu.h. Renamed PROTO_SRW to PROTO_HTTP.
[yaz-moved-to-github.git] / include / yaz / proto.h
index 05ff950..0d0ea5a 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * Copyright (c) 1998-2002, Index Data
+ * Copyright (c) 1998-2003, Index Data
  * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: proto.h,v 1.4 2002-10-22 10:05:36 adam Exp $
+ * $Id: proto.h,v 1.9 2003-02-21 12:08:58 adam Exp $
  */
 #ifndef Z_PROTO_H
 #define Z_PROTO_H
 #include <yaz/z-univ.h>
 #include <yaz/zes-update0.h>
 #include <yaz/z-charneg.h>
+#include <yaz/z-mterm2.h>
 #include <yaz/oid.h>
 #include <yaz/wrbuf.h>
+#include <yaz/zgdu.h>
 
 YAZ_BEGIN_CDECL
 
@@ -109,6 +111,7 @@ YAZ_EXPORT const char* yaz_z3950_oid_value_to_str(oid_value ov, oid_class oc);
 
 YAZ_EXPORT void yaz_display_grs1(WRBUF wrbuf, Z_GenericRecord *r, int flags);
 
+
 YAZ_END_CDECL
 
 #include <yaz/prt-ext.h>