diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-09 12:16:12 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-09 12:16:12 +0100 |
commit | 4703608e2ab7549e542410465304078b1ccfa793 (patch) | |
tree | 89ad934ae660a7a9f13b0c3515ca9c3d66ac9c7c /apt-pkg/contrib/cdromutl.h | |
parent | 06aca6c3facc4e48d0170fb766b47d919b5258e0 (diff) |
cherry pick (2) from lp:~mvo/apt/mvo
Diffstat (limited to 'apt-pkg/contrib/cdromutl.h')
-rw-r--r-- | apt-pkg/contrib/cdromutl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/cdromutl.h b/apt-pkg/contrib/cdromutl.h index 4f0f90347..38ed2996e 100644 --- a/apt-pkg/contrib/cdromutl.h +++ b/apt-pkg/contrib/cdromutl.h @@ -19,6 +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); -char *FindMountPointForDevice(const char *device); +string FindMountPointForDevice(const char *device); #endif |