From 9a77f15a75f087b457c715b0e00856dc9020bbaa Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 10 Aug 2007 16:44:00 +0000 Subject: [PATCH 1/1] Add yaz_diag_bib1_to_srw(bib1_code) -- hey, why not? --- SimpleServer.xs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + -- 1.7.10.4