Fix sample PQF
[yaz-moved-to-github.git] / asn / prt-exd.c
index ab825ea..05de183 100644 (file)
@@ -4,7 +4,13 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: prt-exd.c,v $
- * Revision 1.9  1999-04-20 09:56:48  adam
+ * Revision 1.11  1999-11-30 13:47:11  adam
+ * Improved installation. Moved header files to include/yaz.
+ *
+ * Revision 1.10  1999/05/26 13:49:12  adam
+ * DB Update implemented in client (very basic).
+ *
+ * Revision 1.9  1999/04/20 09:56:48  adam
  * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun).
  * Modified all encoders/decoders to reflect this change.
  *
@@ -36,7 +42,7 @@
  *
  */
 
-#include <proto.h>
+#include <yaz/proto.h>
 
 int z_TaskPackage(ODR o, Z_TaskPackage **p, int opt, const char *name)
 {
@@ -285,7 +291,7 @@ int z_IUSuppliedRecords_elem (ODR o, Z_IUSuppliedRecords_elem **p, int opt,
                      &(*p)->supplementalId, ODR_CONTEXT, 2, 1) &&
         odr_implicit (o, z_IUCorrelationInfo,
                      &(*p)->correlationInfo, ODR_CONTEXT, 3, 1) &&
-        odr_implicit (o, odr_external,
+        odr_implicit (o, z_External,
                      &(*p)->record, ODR_CONTEXT, 4, 0) &&
         odr_sequence_end (o);
 }