summaryrefslogtreecommitdiff
path: root/Perl-RPM/RPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Perl-RPM/RPM.xs')
-rw-r--r--Perl-RPM/RPM.xs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Perl-RPM/RPM.xs b/Perl-RPM/RPM.xs
index 84ca859b0..865560df6 100644
--- a/Perl-RPM/RPM.xs
+++ b/Perl-RPM/RPM.xs
@@ -4,13 +4,13 @@
#include "RPM.h"
-static char * const rcsid = "$Id: RPM.xs,v 1.7 2000/10/08 10:06:20 rjray Exp $";
+static char * const rcsid = "$Id: RPM.xs,v 1.8 2000/10/13 09:24:05 rjray Exp $";
extern XS(boot_RPM__Constants);
extern XS(boot_RPM__Header);
extern XS(boot_RPM__Database);
extern XS(boot_RPM__Error);
-extern XS(boot_RPM__Package);
+/*extern XS(boot_RPM__Package);*/
static HV* tag2num_priv;
static HV* num2tag_priv;
@@ -117,5 +117,5 @@ BOOT:
newXS("RPM::bootstrap_Header", boot_RPM__Header, file);
newXS("RPM::bootstrap_Database", boot_RPM__Database, file);
newXS("RPM::bootstrap_Error", boot_RPM__Error, file);
- newXS("RPM::bootstrap_Package", boot_RPM__Package, file);
+ /*newXS("RPM::bootstrap_Package", boot_RPM__Package, file);*/
}