Add "PREFIX=ZOOM_"
authormike <mike>
Tue, 11 Oct 2005 12:11:17 +0000 (12:11 +0000)
committermike <mike>
Tue, 11 Oct 2005 12:11:17 +0000 (12:11 +0000)
This is nice, as it means all those ZOOM-C functions mapped into the
Net::Z3950::ZOOM Perl module no longer have "ZOOM_" prefixes.

ZOOM.xs

diff --git a/ZOOM.xs b/ZOOM.xs
index 0184b1d..86499a4 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -1,4 +1,4 @@
-/* $Id: ZOOM.xs,v 1.6 2005-10-11 11:36:08 mike Exp $ */
+/* $Id: ZOOM.xs,v 1.7 2005-10-11 12:11:17 mike Exp $ */
 
 #include "EXTERN.h"
 #include "perl.h"
@@ -7,7 +7,7 @@
 #include <yaz/zoom.h>
 
 
-MODULE = Net::Z3950::ZOOM              PACKAGE = Net::Z3950::ZOOM              
+MODULE = Net::Z3950::ZOOM              PACKAGE = Net::Z3950::ZOOM              PREFIX=ZOOM_
 
 PROTOTYPES: ENABLE