]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.h
include sys/time.h
[lyx.git] / src / frontends / guiapi.h
index 8fb756721fee168097c799a3b666b19d7555ff88..a42ff8cfe05543e2dc19d7da2b810ae9cf753ad1 100644 (file)
@@ -1,9 +1,10 @@
 // -*- C++ -*-
 /**
  * \file guiapi.h
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes 
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
@@ -11,9 +12,6 @@
 #ifndef GUIAPI_H
 #define GUIAPI_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "LString.h"
 
@@ -23,6 +21,7 @@ class InsetError;
 class InsetERT;
 class InsetExternal;
 class InsetFloat;
+class InsetWrap;
 class InsetGraphics;
 class InsetInclude;
 class InsetMinipage;
@@ -44,6 +43,7 @@ extern "C" {
        void gui_ShowExternal(InsetExternal *, Dialogs &);
        void gui_ShowFile(string const &, Dialogs &);
        void gui_ShowFloat(InsetFloat *, Dialogs &);
+       void gui_ShowWrap(InsetWrap *, Dialogs &);
        void gui_ShowForks(Dialogs &);
        void gui_ShowGraphics(InsetGraphics *, Dialogs &);
        void gui_ShowInclude(InsetInclude *, Dialogs &);