summaryrefslogtreecommitdiffstats
path: root/fake_packages/MDV/Distribconf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fake_packages/MDV/Distribconf.pm')
-rw-r--r--fake_packages/MDV/Distribconf.pm16
1 files changed, 16 insertions, 0 deletions
diff --git a/fake_packages/MDV/Distribconf.pm b/fake_packages/MDV/Distribconf.pm
index abd441a..19df2c2 100644
--- a/fake_packages/MDV/Distribconf.pm
+++ b/fake_packages/MDV/Distribconf.pm
@@ -15,3 +15,19 @@ sub getvalue {
sub listmedia {
my ($_distrib) = @_;
}
+
+sub getfullpath {
+ my ($_distrib, $_media, $_var) = @_;
+}
+
+sub getpath {
+ my ($_distrib, $_media, $_var) = @_;
+}
+
+sub settree {
+ my ($_distrib, $_spec) = @_;
+}
+
+sub load {
+ my ($_distrib) = @_;
+}