]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.h
* lyx_1_6.py:
[lyx.git] / src / LyX.h
index a57ae481df8c960b5d94ba73f017763656afafc0..6be2a41fb8c6c3ec6aaaa308e33a2bf62b84f3b2 100644 (file)
--- a/src/LyX.h
+++ b/src/LyX.h
@@ -137,18 +137,24 @@ private:
        friend graphics::Previews & thePreviews();
        friend Session & theSession();
        friend CmdDef & theTopLevelCmdDef();
-       /// Set the language defined by the user.
        friend void setRcGuiLanguage();
-       /// in the case of failure
        friend void emergencyCleanup();
-       /// Execute batch commands if available.
        friend void execBatchCommands();
-       /// Try to exit LyX properly.
-       /// \p exit_code is 0 by default, if a non zero value is passed,
-       /// emergencyCleanup() will be called before exiting.
-       friend void lyx_exit(int exit_code = 0);
+       friend void lyx_exit(int exit_code);
 };
 
+
+/// in the case of failure
+void emergencyCleanup();
+/// Try to exit LyX properly.
+/// \p exit_code is 0 by default, if a non zero value is passed,
+/// emergencyCleanup() will be called before exiting.
+void lyx_exit(int exit_code);
+/// Set the language defined by the user.
+void setRcGuiLanguage();
+/// Execute batch commands if available.
+void execBatchCommands();
+
 } // namespace lyx
 
 #endif // LYX_H