diff options
Diffstat (limited to 'src/ui/GpgFrontendUIInit.h')
-rw-r--r-- | src/ui/GpgFrontendUIInit.h | 7 |
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 |