]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.h
another compile fix from herbert
[lyx.git] / src / frontends / guiapi.h
index 43832854db524fcb9afdec7fd72759ccb5f336e9..69c85ebe7c96f0a5f02dca140bd4976cb6ff676a 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file guiapi.h
- * Copyright 2002 The LyX Team.
- * 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 <larsbj@lyx.org>
+ * \author Lars Gullik Bjønnes 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef GUIAPI_H
@@ -22,6 +24,7 @@ class InsetError;
 class InsetERT;
 class InsetExternal;
 class InsetFloat;
+class InsetWrap;
 class InsetGraphics;
 class InsetInclude;
 class InsetMinipage;
@@ -43,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 &);