From 3a1954a1e6e4b0c928b6adbc454718834d55c00d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 9 Jan 2002 12:58:09 +0000 Subject: added rpmvercmp. --- perl-install/c/stuff.xs.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/c') 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 = ( -- cgit v1.2.1