]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
extent the mmap to be able to handle currently not implemented
[apt.git] / apt-pkg / contrib / fileutl.h
index 48bd95537b182e4f2e97fc2dfe9dac7a96d978b6..73b5ea3be1a3ed410ba658810cf56e9c940ffa5f 100644 (file)
@@ -77,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);