10 #ifndef PKGLIB_CDROMUTL_H
11 #define PKGLIB_CDROMUTL_H
15 #ifndef APT_8_CLEANER_HEADERS
20 bool MountCdrom(std::string Path, std::string DeviceName=
"");
21 bool UnmountCdrom(std::string Path);
22 bool IdentCdrom(std::string CD,std::string &Res,
unsigned int Version = 2);
23 bool IsMounted(std::string &Path);
24 std::string FindMountPointForDevice(
const char *device);