]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
Drop the Arch information from the Version structure as we can get
[apt.git] / apt-pkg / contrib / fileutl.h
index 041aa33096c94d18a936420fcc7d1cd277682bbe..73b5ea3be1a3ed410ba658810cf56e9c940ffa5f 100644 (file)
@@ -21,9 +21,6 @@
 #ifndef PKGLIB_FILEUTL_H
 #define PKGLIB_FILEUTL_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/fileutl.h"
-#endif 
 
 #include <string>
 
@@ -80,6 +77,7 @@ class FileFd
    virtual ~FileFd();
 };
 
+bool RunScripts(const char *Cnf);
 bool CopyFile(FileFd &From,FileFd &To);
 int GetLock(string File,bool Errors = true);
 bool FileExists(string File);