X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fguiapi.h;h=0855154262f4d364354e996f7f8cc60485c935b3;hb=558e849e692cc72ea74ac3859405b85e54c6e315;hp=a99dbdc67dc16aa63a67fda5d79b9715c542379b;hpb=87f831b8ba37f57418132ec162e22847bdc2e7dc;p=lyx.git diff --git a/src/frontends/guiapi.h b/src/frontends/guiapi.h index a99dbdc67d..0855154262 100644 --- a/src/frontends/guiapi.h +++ b/src/frontends/guiapi.h @@ -6,30 +6,18 @@ * * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GUIAPI_H #define GUIAPI_H - -#include "LString.h" - class Dialogs; extern "C" { void gui_show_dialog(Dialogs *, char const * name, char const * data); -void gui_ShowDocument(Dialogs &); -void gui_ShowForks(Dialogs &); -void gui_ShowPreamble(Dialogs &); -void gui_ShowPreferences(Dialogs &); -void gui_ShowPrint(Dialogs &); -void gui_ShowSearch(Dialogs &); -void gui_ShowSendto(Dialogs &); -void gui_ShowSpellchecker(Dialogs &); - } // extern "C" #endif // GUIAPI_H