9#ifndef PKGLIB_CDROMUTL_H
10#define PKGLIB_CDROMUTL_H
12#include <apt-pkg/macros.h>
18APT_PUBLIC
bool MountCdrom(std::string Path, std::string DeviceName=
"");
19APT_PUBLIC
bool UnmountCdrom(std::string Path);
20APT_PUBLIC
bool IdentCdrom(std::string CD,std::string &Res,
unsigned int Version = 2);
21APT_PUBLIC
bool IsMounted(std::string &Path);
22APT_PUBLIC std::string FindMountPointForDevice(
const char *device);