From: Mike Taylor Date: Fri, 10 Aug 2007 16:37:05 +0000 (+0000) Subject: Add yaz_diag_srw_to_bib1(srw_code) X-Git-Tag: CPAN.1.12~81 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=d3d5e958649ccb8de97abc4698ec6e0b8b050d6a Add yaz_diag_srw_to_bib1(srw_code) --- diff --git a/SimpleServer.xs b/SimpleServer.xs index 6af248f..f172139 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.65 2007-08-10 00:00:14 mike Exp $ + * $Id: SimpleServer.xs,v 1.66 2007-08-10 16:37:05 mike Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -1627,3 +1627,8 @@ yazlog(arg) char *ptr; ptr = SvPV(arg, len); yaz_log(YLOG_LOG, "%.*s", len, ptr); + +int +yaz_diag_srw_to_bib1(srw_code) + int srw_code +