diff options
author | Francois Pons <fpons@mandriva.com> | 2002-01-09 12:58:09 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-01-09 12:58:09 +0000 |
commit | 3a1954a1e6e4b0c928b6adbc454718834d55c00d (patch) | |
tree | c4b0bb88fd9d8cc16d37dceb4354fddd72c4e9c3 /perl-install/c | |
parent | 6b72aa3f68e6ed0023720defac341273a56fdc6a (diff) | |
download | drakx-3a1954a1e6e4b0c928b6adbc454718834d55c00d.tar drakx-3a1954a1e6e4b0c928b6adbc454718834d55c00d.tar.gz drakx-3a1954a1e6e4b0c928b6adbc454718834d55c00d.tar.bz2 drakx-3a1954a1e6e4b0c928b6adbc454718834d55c00d.tar.xz drakx-3a1954a1e6e4b0c928b6adbc454718834d55c00d.zip |
added rpmvercmp.
Diffstat (limited to 'perl-install/c')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 6db1a9039..b57b471e2 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -1046,6 +1046,8 @@ headerGetEntry_filenames(h) free(dirNames); } } + +int rpmvercmp(char *a, char *b); '; @macros = ( |