diff options
author | rjray <devnull@localhost> | 2001-02-27 07:34:00 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2001-02-27 07:34:00 +0000 |
commit | 08285d5eff167a475fd918c263841f761f4cfbab (patch) | |
tree | 692c61859faa914f3aa28711c1ff27970c41484a /Perl-RPM | |
parent | f64f273405156545b1492bfe93966b2154b7c3b4 (diff) | |
download | rpm-08285d5eff167a475fd918c263841f761f4cfbab.tar.gz rpm-08285d5eff167a475fd918c263841f761f4cfbab.tar.bz2 rpm-08285d5eff167a475fd918c263841f761f4cfbab.zip |
Changed in prototype for one of the rpmdb_* routines.
CVS patchset: 4576
CVS date: 2001/02/27 07:34:00
Diffstat (limited to 'Perl-RPM')
-rw-r--r-- | Perl-RPM/RPM.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl-RPM/RPM.h b/Perl-RPM/RPM.h index 270179e04..3f716a086 100644 --- a/Perl-RPM/RPM.h +++ b/Perl-RPM/RPM.h @@ -1,5 +1,5 @@ /* - * $Id: RPM.h,v 1.13 2000/11/10 08:49:57 rjray Exp $ + * $Id: RPM.h,v 1.14 2001/02/27 07:34:00 rjray Exp $ * * Various C-specific decls/includes/etc. for the RPM linkage */ @@ -196,7 +196,7 @@ extern int rpmhdr_scalar_tag(pTHX_ SV*, int); /* RPM/Database.xs: */ extern RPM__Database rpmdb_TIEHASH(pTHX_ char *, SV *); -extern RPM__Header rpmdb_FETCH(pTHX_ RPM__Database, SV *); +extern SV* rpmdb_FETCH(pTHX_ RPM__Database, SV *); extern bool rpmdb_EXISTS(pTHX_ RPM__Database, SV *); /* RPM/Package.xs: */ |