]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/cdromutl.h
* merged from dpkg-log
[apt.git] / apt-pkg / contrib / cdromutl.h
index db140ec02d256e13c52aaf147c7380ddb33a1b18..f24bb8c704fdb85ee1d2447b74a0b3b8998a3fdd 100644 (file)
 
 using std::string;
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/cdromutl.h"
-#endif 
-
 bool MountCdrom(string Path);
 bool UnmountCdrom(string Path);
 bool IdentCdrom(string CD,string &Res,unsigned int Version = 2);