aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: