diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-09 12:17:02 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-09 12:17:02 +0100 |
commit | f9f785cf01c464b56ed51b975bf0cda30f78cd4e (patch) | |
tree | ec99b6407457e62d3c4e47781ed9a434479eae23 /apt-pkg/contrib/cdromutl.h | |
parent | 0245fd39e5bfb74c45cd70b815b603565e9529b6 (diff) | |
parent | 4703608e2ab7549e542410465304078b1ccfa793 (diff) |
cherry pick cdrom mount fixes from lp:~mvo/apt/mvo
Diffstat (limited to 'apt-pkg/contrib/cdromutl.h')
-rw-r--r-- | apt-pkg/contrib/cdromutl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/cdromutl.h b/apt-pkg/contrib/cdromutl.h index 9d14249c5..38ed2996e 100644 --- a/apt-pkg/contrib/cdromutl.h +++ b/apt-pkg/contrib/cdromutl.h @@ -19,5 +19,6 @@ bool MountCdrom(string Path, string DeviceName=""); bool UnmountCdrom(string Path); bool IdentCdrom(string CD,string &Res,unsigned int Version = 2); bool IsMounted(string &Path); +string FindMountPointForDevice(const char *device); #endif |