diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2004-04-23 08:01:02 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2004-04-23 08:01:02 +0000 |
commit | ad3a0eeca350d0ec1189c025e3f0a9d2d87ceab3 (patch) | |
tree | 5e605b06b0903bd71895bcdbf7651224fe7f9dfb | |
parent | 30789fabed29489bb3b774c62b7283abf021294a (diff) | |
download | perl-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.xs | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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: |