]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.C
include sys/time.h
[lyx.git] / src / frontends / guiapi.C
index 59088a2f9c0056172dfa6d70210696555529e088..dd7506ed8a8ce5c054411d22fd12491e951bf110 100644 (file)
@@ -1,17 +1,16 @@
 /**
  * \file guiapi.C
- * 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 Angus Leeming <leeming@lyx.org>
+ * \author Lars Gullik Bjønnes
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "guiapi.h"
 #include "Dialogs.h"
@@ -101,6 +100,10 @@ extern "C" {
                d.showFloat(ifl);
        }
 
+       void gui_ShowWrap(InsetWrap * iw, Dialogs & d)
+       {
+               d.showWrap(iw);
+       }
 
        void gui_ShowForks(Dialogs & d)
        {