]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
citation patch from Angus
[lyx.git] / src / lyx_cb.h
index d15e788e18fd440a6be38e5fd61716c2071874cc..cc9bb3f42b3da48b91f52decda6a54888383c338 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef LYX_CB_H
 #define LYX_CB_H
 
+#include "LString.h"
+
 class BufferParams;
 
 ///
@@ -15,6 +17,11 @@ extern bool toggleall;
 extern bool BindFileSet;
 ///
 extern LyXFont UserFreeFont(BufferParams const & params);
+///
+void ShowMessage(Buffer * buf,
+                string const & msg1,
+                string const & msg2 = string(),
+                string const & msg3 = string(), int delay = 6);
 
 #endif