aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/GpgFrontendUIInit.h')
-rw-r--r--src/ui/GpgFrontendUIInit.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h
index 6518256b..d7b6390d 100644
--- a/src/ui/GpgFrontendUIInit.h
+++ b/src/ui/GpgFrontendUIInit.h
@@ -37,7 +37,12 @@ namespace GpgFrontend::UI {
* @brief init the UI library
*
*/
-void InitGpgFrontendUI();
+void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI();
+
+/**
+ * @brief run main window
+ */
+int GPGFRONTEND_UI_EXPORT RunGpgFrontendUI();
}; // namespace GpgFrontend::UI