summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
index 6ff17b7fedc5..7b27b45c6cc1 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
@@ -23,14 +23,16 @@
#include <sal/types.h>
-sal_Bool MNS_Init(sal_Bool& aProfileExists);
-sal_Bool MNS_Term(sal_Bool aForce=sal_False);
+bool MNS_Init(bool& aProfileExists);
+bool MNS_Term(bool aForce = false);
+
+bool MNS_InitXPCOM(sal_Bool* aProfileExists);
-sal_Bool MNS_InitXPCOM(sal_Bool* aProfileExists);
typedef struct UI_Thread_ARGS
{
- sal_Bool* bProfileExists;
-}UI_Thread_ARGS;
+ bool* bProfileExists;
+} UI_Thread_ARGS;
+
void MNS_XPCOM_EventLoop();
#endif // _CONNECTIVITY_MAB_NS_INIT_HXX_