X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;fp=include%2Fyaz%2Fzoom.h;h=c9c9e09893783b185e46138142db5f138751cece;hp=63ebc14cdaa350dd246cbfe674ab35b410eaba26;hb=0b0eb588d2989d5bc7d77600e4e9b375d1eade12;hpb=11325508f28602eeeade2294f0b5e70f3f9c8429 diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 63ebc14..c9c9e09 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -562,6 +562,15 @@ ZOOM_connection_peek_event(ZOOM_connection c); ZOOM_API(const char *) ZOOM_get_event_str(int event); +#ifdef WRBUF_H + +/** \brief log APDUs to WRBUF + \param c connection + \param w WRBUF where APDUs are logged +*/ +ZOOM_API(void) ZOOM_connection_save_apdu_wrbuf(ZOOM_connection c, WRBUF w); +#endif + ZOOM_END_CDECL /*