aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs16
1 files changed, 16 insertions, 0 deletions
diff --git a/URPM.xs b/URPM.xs
index 3e28670..d6bc566 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2271,6 +2271,22 @@ Pkg_exclusivearchs(pkg)
SPAGAIN;
void
+Pkg_dirnames(pkg)
+ URPM::Package pkg
+ PPCODE:
+ PUTBACK;
+ xpush_simple_list_str(pkg->h, RPMTAG_DIRNAMES);
+ SPAGAIN;
+
+void
+Pkg_filelinktos(pkg)
+ URPM::Package pkg
+ PPCODE:
+ PUTBACK;
+ xpush_simple_list_str(pkg->h, RPMTAG_FILELINKTOS);
+ SPAGAIN;
+
+void
Pkg_files(pkg)
URPM::Package pkg
PPCODE: