aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2004-04-23 08:01:02 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2004-04-23 08:01:02 +0000
commitad3a0eeca350d0ec1189c025e3f0a9d2d87ceab3 (patch)
tree5e605b06b0903bd71895bcdbf7651224fe7f9dfb
parent30789fabed29489bb3b774c62b7283abf021294a (diff)
downloadperl-URPM-ad3a0eeca350d0ec1189c025e3f0a9d2d87ceab3.tar
perl-URPM-ad3a0eeca350d0ec1189c025e3f0a9d2d87ceab3.tar.gz
perl-URPM-ad3a0eeca350d0ec1189c025e3f0a9d2d87ceab3.tar.bz2
perl-URPM-ad3a0eeca350d0ec1189c025e3f0a9d2d87ceab3.tar.xz
perl-URPM-ad3a0eeca350d0ec1189c025e3f0a9d2d87ceab3.zip
- urpm optional arg to Urpm_list_rpm_tag function
-rw-r--r--URPM.xs6
1 files changed, 5 insertions, 1 deletions
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: