X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.xs;h=731daf6e3a29db44720750d3fc21c95a28266f16;hp=6af248f5b3945ea3de05e01e44a21ec13683831b;hb=013eb55a507ea98b0383f5f6b03d7ff649c4c27c;hpb=8b44ee5f70e299a90738ebda0a87e879d6130aca diff --git a/SimpleServer.xs b/SimpleServer.xs index 6af248f..731daf6 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.67 2007-08-10 16:44:00 mike Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -1627,3 +1627,12 @@ 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 + +int +yaz_diag_bib1_to_srw(bib1_code) + int bib1_code +