From: Mike Taylor Date: Fri, 10 Aug 2007 16:44:00 +0000 (+0000) Subject: Add yaz_diag_bib1_to_srw(bib1_code) -- hey, why not? X-Git-Tag: CPAN.1.12~79 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=9a77f15a75f087b457c715b0e00856dc9020bbaa Add yaz_diag_bib1_to_srw(bib1_code) -- hey, why not? --- diff --git a/SimpleServer.xs b/SimpleServer.xs index f172139..731daf6 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.66 2007-08-10 16:37:05 mike Exp $ + * $Id: SimpleServer.xs,v 1.67 2007-08-10 16:44:00 mike Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -1632,3 +1632,7 @@ int yaz_diag_srw_to_bib1(srw_code) int srw_code +int +yaz_diag_bib1_to_srw(bib1_code) + int bib1_code +