summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-04-26 23:22:01 +0000
committerErik Troan <ewt@redhat.com>2000-04-26 23:22:01 +0000
commit141492f266a302bf38b520e6b04556840e91e619 (patch)
treec124a377d270c8ef0e5668ba42892a07a2486410 /isys/imount.h
parent83e760be52f83bed749facf21829ea2b3917670a (diff)
downloadanaconda-141492f266a302bf38b520e6b04556840e91e619.tar.gz
anaconda-141492f266a302bf38b520e6b04556840e91e619.tar.xz
anaconda-141492f266a302bf38b520e6b04556840e91e619.zip
exported mkdirChain()
Diffstat (limited to 'isys/imount.h')
-rw-r--r--isys/imount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/imount.h b/isys/imount.h
index 3e87066f9..8fa7e8f26 100644
--- a/isys/imount.h
+++ b/isys/imount.h
@@ -8,5 +8,6 @@
int doPwMount(char * dev, char * where, char * fs, int rdonly, int istty,
char * acct, char * pw);
+int mkdirChain(char * origChain);
#endif