Modified function heads & prototypes.
[yaz-moved-to-github.git] / include / prt-ext.h
index d7f2ddf..27b2af5 100644 (file)
  * Biased-choice External for Z39.50.
  */
 
+#ifndef PRT_EXT_H
+#define PRT_EXT_H
+
+#include <yconfig.h>
+
 struct Z_External
 {
     Odr_oid *direct_reference;
@@ -72,4 +77,6 @@ struct Z_External
     } u;
 };
 
-int z_External(ODR o, Z_External **p, int opt);
+int MDF z_External(ODR o, Z_External **p, int opt);
+
+#endif