X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fguiapi.h;h=0855154262f4d364354e996f7f8cc60485c935b3;hb=558e849e692cc72ea74ac3859405b85e54c6e315;hp=b34910b47230d2ac51a65b019b8964b69026e9a5;hpb=a0892f87e918f2e03ad2406e22ed02c35e645e27;p=lyx.git diff --git a/src/frontends/guiapi.h b/src/frontends/guiapi.h index b34910b472..0855154262 100644 --- a/src/frontends/guiapi.h +++ b/src/frontends/guiapi.h @@ -6,31 +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 &); -void gui_ShowTexinfo(Dialogs &); - } // extern "C" #endif // GUIAPI_H