]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.h
reverse last change
[lyx.git] / src / frontends / guiapi.h
index 8fb756721fee168097c799a3b666b19d7555ff88..d9843f857cf6341ce726e8bb4c2d99622d110627 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
  */
@@ -23,6 +24,7 @@ class InsetError;
 class InsetERT;
 class InsetExternal;
 class InsetFloat;
+class InsetWrap;
 class InsetGraphics;
 class InsetInclude;
 class InsetMinipage;
@@ -44,6 +46,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 &);