X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.xs;h=cc1d461ae82113c80ddf0207b1d0ba7896893e54;hp=cbf2b5b19faccde2b8702c8a0fb23c6f971f6d2d;hb=6c0096c7c956185f97f49da3a5504a67227b855a;hpb=03aac9fd7958d065157b3c5878bf5a7c76420a0f diff --git a/SimpleServer.xs b/SimpleServer.xs index cbf2b5b..cc1d461 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -25,7 +25,15 @@ */ /*$Log: SimpleServer.xs,v $ -/*Revision 1.9 2001-08-24 14:00:20 sondberg +/*Revision 1.10 2001-08-29 11:48:36 sondberg +/*Added routines +/* +/* Net::Z3950::SimpleServer::ScanSuccess +/* Net::Z3950::SimpleServer::ScanPartial +/* +/*and a bit of documentation. +/* +/*Revision 1.9 2001/08/24 14:00:20 sondberg /*Added support for scan. /* /*Revision 1.8 2001/05/21 11:07:02 sondberg @@ -1116,4 +1124,21 @@ start_server(...) RETVAL = statserv_main(items, argv, bend_init, bend_close); OUTPUT: - RETVAL + RETVAL + + +int +ScanSuccess() + CODE: + RETVAL = BEND_SCAN_SUCCESS; + OUTPUT: + RETVAL + +int +ScanPartial() + CODE: + RETVAL = BEND_SCAN_PARTIAL; + OUTPUT: + RETVAL + +