From d64e651868b72d639fe7062f6cc8d59da2640a77 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 11 Oct 2005 12:11:17 +0000 Subject: [PATCH] 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. --- ZOOM.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4