From ad3a0eeca350d0ec1189c025e3f0a9d2d87ceab3 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Fri, 23 Apr 2004 08:01:02 +0000 Subject: - urpm optional arg to Urpm_list_rpm_tag function --- URPM.xs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/URPM.xs b/URPM.xs index ecd7ead..2cdf386 100644 --- a/URPM.xs +++ b/URPM.xs @@ -2,6 +2,9 @@ * All rights reserved. * This program is free software; you can redistribute it and/or * modify it under the same terms as Perl itself. + * + * $Id$ + * */ #include "EXTERN.h" @@ -3178,7 +3181,8 @@ Urpm_read_config_files() read_config_files(1); /* force re-read of configuration files */ void -Urpm_list_rpm_tag() +Urpm_list_rpm_tag(urpm=Nullsv) + SV *urpm PREINIT: int i = 0; PPCODE: -- cgit v1.2.1