]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.h
include sys/time.h
[lyx.git] / src / frontends / guiapi.h
index 43832854db524fcb9afdec7fd72759ccb5f336e9..a42ff8cfe05543e2dc19d7da2b810ae9cf753ad1 100644 (file)
@@ -1,18 +1,17 @@
 // -*- 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
 #define GUIAPI_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "LString.h"
 
@@ -22,6 +21,7 @@ class InsetError;
 class InsetERT;
 class InsetExternal;
 class InsetFloat;
+class InsetWrap;
 class InsetGraphics;
 class InsetInclude;
 class InsetMinipage;
@@ -43,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 &);