summaryrefslogtreecommitdiff
path: root/ios/source/LibreOfficeKit.h
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-01-08 20:03:44 +0100
committerjan Iversen <jani@libreoffice.org>2018-01-08 20:04:53 +0100
commitda745e2f1440592bbf22edc00b29aac93e5ff7d4 (patch)
tree3e3a647cf4c7a0684e931efe51748bfe246a8dd9 /ios/source/LibreOfficeKit.h
parente7980e60ee60d9707780d0eee3841850351febf6 (diff)
iOS, add bridge function to expose kit pointer.
Change-Id: I534dc7e418c342d50762fbb69ae442a75610b278
Diffstat (limited to 'ios/source/LibreOfficeKit.h')
-rw-r--r--ios/source/LibreOfficeKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/source/LibreOfficeKit.h b/ios/source/LibreOfficeKit.h
index 0f5ca6edc95f..c4624371b347 100644
--- a/ios/source/LibreOfficeKit.h
+++ b/ios/source/LibreOfficeKit.h
@@ -29,6 +29,6 @@ int BridgeLOkit_LeaveHipernate(void);
#include <LibreOfficeKit/LibreOfficeKit.h>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
-extern LibreOfficeKit* kit;
+LibreOfficeKit* BridgeLOkit_getLOK(void);
#endif