X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fcomstack.h;h=73e10cb3d80f21f959ae697619a5a7d8601babb9;hp=a25b417b780baab42ce548b8447261468ef63afa;hb=fd13a3c5b8cecdd1327f5db615387c8c0e691ba1;hpb=46f58d56d118687435ef38ba4617f8d359c20d45 diff --git a/include/yaz/comstack.h b/include/yaz/comstack.h index a25b417..73e10cb 100644 --- a/include/yaz/comstack.h +++ b/include/yaz/comstack.h @@ -134,6 +134,8 @@ YAZ_EXPORT int cs_get_peer_certificate_x509(COMSTACK cs, char **buf, int *len); YAZ_EXPORT void cs_set_max_recv_bytes(COMSTACK cs, int max_recv_bytes); YAZ_EXPORT int completeWAIS(const char *buf, int len); +YAZ_EXPORT void cs_print_session_info(COMSTACK cs); + /* * error management. */