]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
That didn't really work. So revert to old CSS for gray notes.
[lyx.git] / src / LyXVC.h
index 1d576f93d057a407dbeccc69061889f909fa07ff..e3db3cbe5eb175407a29ea962c4e91fb65d6fc5b 100644 (file)
@@ -77,6 +77,11 @@ public:
        /// Does the current VC supports this operation?
        bool checkOutEnabled();
 
+       /// Synchronize the whole archive with repository
+       std::string repoUpdate();
+       /// Does the current VC supports this operation?
+       bool repoUpdateEnabled();
+
        /**
         * Toggle locking property of the edited file,
         * i.e. whether the file uses locking mechanism.