summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-02-04 12:29:57 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-02-04 12:29:57 +0100
commit453a5e964ef7404909132a4c5e9e734026fc93a3 (patch)
treec3a8e3abcf83aa5abd67527a8d0cea9619e35e4d /apt-pkg/contrib/fileutl.h
parent76b8e5a572455fd7360d346a6c70428b1cb5de43 (diff)
parente06c72cd8d39433b04883f35dea81619b8464b0e (diff)
merged from apt--mvo
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r--apt-pkg/contrib/fileutl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h
index 48bd95537..73b5ea3be 100644
--- a/apt-pkg/contrib/fileutl.h
+++ b/apt-pkg/contrib/fileutl.h
@@ -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);