From d3d5e958649ccb8de97abc4698ec6e0b8b050d6a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 10 Aug 2007 16:37:05 +0000 Subject: [PATCH] Add yaz_diag_srw_to_bib1(srw_code) --- SimpleServer.xs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 + -- 1.7.10.4