X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr_util.c;fp=odr%2Fodr_util.c;h=a25d1ad44e4ca4ba25a7acb0b28fd2fd6aec98a7;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hp=7a07775ac5230839ac7452ebacc292ff77266eb5;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82;p=yaz-moved-to-github.git diff --git a/odr/odr_util.c b/odr/odr_util.c index 7a07775..a25d1ad 100644 --- a/odr/odr_util.c +++ b/odr/odr_util.c @@ -2,7 +2,7 @@ #include #include -char *odr_indent(ODR o) +char MDF *odr_indent(ODR o) { static char buf[512]; int i = o->indent; @@ -14,7 +14,7 @@ char *odr_indent(ODR o) return buf; } -int odp_more_chunks(ODR o, unsigned char *base, int len) +int MDF odp_more_chunks(ODR o, unsigned char *base, int len) { if (!len) return 0; @@ -33,7 +33,7 @@ int odp_more_chunks(ODR o, unsigned char *base, int len) return o->bp - base < len; } -Odr_oid *odr_oiddup(ODR odr, Odr_oid *o) +Odr_oid MDF *odr_oiddup(ODR odr, Odr_oid *o) { Odr_oid *r;