X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Ftools.xml;h=d9a57b7712020e97295e718cb01dfae3389c0700;hb=ce36f7f820809631ddafa09616d59d6d8640566d;hp=ea838c72ca1ed994e8e7c578d0ade5b15b1f84f4;hpb=b6ed17b957403d2db0475df7759de72ce3eda2ee;p=yaz-moved-to-github.git diff --git a/doc/tools.xml b/doc/tools.xml index ea838c7..d9a57b7 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -1,4 +1,4 @@ - + Supporting Tools @@ -1803,12 +1803,12 @@ typedef struct oident production use of those applications. - The log functions are declared in header yaz/ylog.h + The log functions are declared in header yaz/log.h and implemented in src/log.c. Due to name clash with syslog and some math utilities the logging interface has been modified as of YAZ 2.0.29. The obsolete interface - is still available if the application includes - yaz/log.h. The key points of the interface are: + is still available if in header file yaz/log.h. + The key points of the interface are: void yaz_log(int level, const char *fmt, ...) @@ -1967,6 +1967,7 @@ typedef struct oident #define YAZ_MARC_OAIMARC 2 #define YAZ_MARC_MARCXML 3 #define YAZ_MARC_ISO2709 4 + #define YAZ_MARC_XCHANGE 5 /* supply iconv handle for character set conversion .. */ void yaz_marc_iconv(yaz_marc_t mt, yaz_iconv_t cd);