X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fodr_use.h;h=e03d9fbfe13365c273fd588f074e55bafaa989b5;hp=9721ebc7f8252277c2c887dc3f5e29f854d9be82;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82 diff --git a/include/odr_use.h b/include/odr_use.h index 9721ebc..e03d9fb 100644 --- a/include/odr_use.h +++ b/include/odr_use.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: odr_use.h,v $ - * Revision 1.4 1995-08-10 08:54:34 quinn + * Revision 1.5 1995-09-27 15:02:48 quinn + * Modified function heads & prototypes. + * + * Revision 1.4 1995/08/10 08:54:34 quinn * Added Explain. * * Revision 1.3 1995/06/19 12:38:27 quinn @@ -47,6 +50,8 @@ #ifndef ODR_USE_H #define ODR_USE_H +#include + typedef struct Odr_external { Odr_oid *direct_reference; /* OPTIONAL */ @@ -64,10 +69,10 @@ typedef struct Odr_external } u; } Odr_external; -int odr_external(ODR o, Odr_external **p, int opt); +int MDF odr_external(ODR o, Odr_external **p, int opt); -int odr_visiblestring(ODR o, char **p, int opt); -int odr_graphicstring(ODR o, char **p, int opt); -int odr_generalizedtime(ODR o, char **p, int opt); +int MDF odr_visiblestring(ODR o, char **p, int opt); +int MDF odr_graphicstring(ODR o, char **p, int opt); +int MDF odr_generalizedtime(ODR o, char **p, int opt); #endif