X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fodr.h;h=24a5780008eed420b1c0b5d9c11b777e2bd12d1a;hp=f74c2762979b625eb06912de4a71d6fd803baac1;hb=28231d4c83085109d800c6689ae778cc041c51e7;hpb=7674cd40af86e353235cb1b509f4b4687167cdf2 diff --git a/include/odr.h b/include/odr.h index f74c276..24a5780 100644 --- a/include/odr.h +++ b/include/odr.h @@ -24,7 +24,11 @@ * OF THIS SOFTWARE. * * $Log: odr.h,v $ - * Revision 1.23 1997-09-01 08:49:49 adam + * Revision 1.24 1997-11-24 11:33:56 adam + * Using function odr_nullval() instead of global ODR_NULLVAL when + * appropriate. + * + * Revision 1.23 1997/09/01 08:49:49 adam * New windows NT/95 port using MSV5.0. To export DLL functions the * YAZ_EXPORT modifier was added. Defined in yconfig.h. * @@ -327,6 +331,7 @@ YAZ_EXPORT void odr_setbuf(ODR o, char *buf, int len, int can_grow); YAZ_EXPORT char *odr_getbuf(ODR o, int *len, int *size); YAZ_EXPORT void *odr_malloc(ODR o, int size); YAZ_EXPORT NMEM odr_extract_mem(ODR o); +YAZ_EXPORT Odr_null *odr_nullval(void); #define odr_release_mem(m) nmem_destroy(m) #define ODR_MEM NMEM