]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/cdromutl.h
do not change protected packages in autoinstall (Closes: #618848)
[apt.git] / apt-pkg / contrib / cdromutl.h
index 4f0f903477dbd32a8c0240271dfd64fdfba482bd..38ed2996ee79d0a3a4b8815c37a525bcaae39476 100644 (file)
@@ -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