summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-10-07 13:30:27 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-10-07 13:30:27 +0200
commit373fa2b4b2caae977c41b2c10ea27e41308a05c3 (patch)
treefe57ee39daa2cef6a7f3832c0c45ed8b8d1ac531 /apt-pkg/contrib/fileutl.h
parent00a06b8eb82cf930511fc003bd16d7034e5a0cb5 (diff)
Rename DropPrivs() to DropPrivileges()
Git-Dch: ignore
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r--apt-pkg/contrib/fileutl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h
index 9dd29eb9e..a64d6cb98 100644
--- a/apt-pkg/contrib/fileutl.h
+++ b/apt-pkg/contrib/fileutl.h
@@ -210,7 +210,7 @@ bool StartsWithGPGClearTextSignature(std::string const &FileName);
*
* \return true on success, false on failure with _error set
*/
-bool DropPrivs();
+bool DropPrivileges();
// File string manipulators
std::string flNotDir(std::string File);