]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
merged from debian-sid
[apt.git] / apt-pkg / contrib / fileutl.h
index fcb26938fe468d4ce190b23522f7f17662c33b34..73b5ea3be1a3ed410ba658810cf56e9c940ffa5f 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef PKGLIB_FILEUTL_H
 #define PKGLIB_FILEUTL_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 
@@ -79,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);