aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-15 11:49:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-15 11:49:00 +0000
commit2a353c054d97436a52ac5d558558da7a7d5d45f3 (patch)
treebe8e99a5b4a1697439bc22e1c12a6b3a09087711 /URPM.xs
parentb3955aba69dc59ee4e0295a0bfaa37662c379799 (diff)
downloadperl-URPM-2a353c054d97436a52ac5d558558da7a7d5d45f3.tar
perl-URPM-2a353c054d97436a52ac5d558558da7a7d5d45f3.tar.gz
perl-URPM-2a353c054d97436a52ac5d558558da7a7d5d45f3.tar.bz2
perl-URPM-2a353c054d97436a52ac5d558558da7a7d5d45f3.tar.xz
perl-URPM-2a353c054d97436a52ac5d558558da7a7d5d45f3.zip
add a wrapper in perl around parse_hdlist and parse_synthesis
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/URPM.xs b/URPM.xs
index 8605c22..3542f15 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2992,7 +2992,7 @@ Urpm_ranges_overlap(a, b, b_nopromote=1)
RETVAL
void
-Urpm_parse_synthesis(urpm, filename, ...)
+Urpm_parse_synthesis__XS(urpm, filename, ...)
SV *urpm
char *filename
PPCODE:
@@ -3066,7 +3066,7 @@ Urpm_parse_synthesis(urpm, filename, ...)
} else croak("first argument should be a reference to a HASH");
void
-Urpm_parse_hdlist(urpm, filename, ...)
+Urpm_parse_hdlist__XS(urpm, filename, ...)
SV *urpm
char *filename
PPCODE: