]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/configuration.h
FileFd: avoid further writing if file failed
[apt.git] / apt-pkg / contrib / configuration.h
index eacc26fda6ebf61834a0458ded2129250fad5da3..97a01e4cfa25f41cece02043b2507c79c5615058 100644 (file)
@@ -103,6 +103,8 @@ class Configuration
    bool Exists(const char *Name) const;
    bool ExistsAny(const char *Name) const;
 
+   void MoveSubTree(char const * const OldRoot, char const * const NewRoot);
+
    // clear a whole tree
    void Clear(const std::string &Name);
    void Clear();