X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=1cb0750a1e91e6dfcd7fa4116ced6d4614c03470;hp=231bbc3db4cb0eaea61d3e8548085e5a9720bf74;hb=6437a10ee3d3160d01d04afe071901e8f496ad34;hpb=d4effebe5599237746102ef51bf2421f77943082 diff --git a/include/yaz/proto.h b/include/yaz/proto.h index 231bbc3..1cb0750 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -188,7 +188,7 @@ void yaz_set_esn(Z_RecordComposition **comp_p, const char *esn, NMEM nmem); /** \brief returns diagnostics from an init response \param no number of diagnotic entry to get. 0=first, 1=second, .. \param initrs InitResponse structure - \retuns diag entry or 0 (NULL) if none could be found + \returns diag entry or 0 (NULL) if none could be found */ YAZ_EXPORT Z_DefaultDiagFormat *yaz_decode_init_diag(int no, Z_InitResponse *initrs);