From: mike Date: Tue, 11 Oct 2005 12:11:17 +0000 (+0000) Subject: Add "PREFIX=ZOOM_" X-Git-Tag: cpan_1_22~481 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=d64e651868b72d639fe7062f6cc8d59da2640a77;p=ZOOM-Perl-moved-to-github.git Add "PREFIX=ZOOM_" This is nice, as it means all those ZOOM-C functions mapped into the Net::Z3950::ZOOM Perl module no longer have "ZOOM_" prefixes. --- diff --git a/ZOOM.xs b/ZOOM.xs index 0184b1d..86499a4 100644 --- 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 -MODULE = Net::Z3950::ZOOM PACKAGE = Net::Z3950::ZOOM +MODULE = Net::Z3950::ZOOM PACKAGE = Net::Z3950::ZOOM PREFIX=ZOOM_ PROTOTYPES: ENABLE