]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.h
Compile fix.
[lyx.git] / src / LyX.h
index fdfe0c929aef4a45d38f1fc90365e590c275f9b0..0b578590fa768e69e39024a32ee7c7486da14db7 100644 (file)
--- a/src/LyX.h
+++ b/src/LyX.h
@@ -34,7 +34,15 @@ class ServerSocket;
 class Session;
 class SpellChecker;
 
+enum OverwriteFiles {
+       NO_FILES,
+       MAIN_FILE,
+       ALL_FILES,
+       UNSPECIFIED
+};
+
 extern bool use_gui;
+extern OverwriteFiles force_overwrite;
 
 namespace frontend {
 class Application;
@@ -160,6 +168,9 @@ FuncStatus getStatus(FuncRequest const & action);
 ///
 void dispatch(FuncRequest const & action);
 
+///
+void dispatch(FuncRequest const & action, DispatchResult & dr);
+
 } // namespace lyx
 
 #endif // LYX_H