diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-10 11:31:51 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-06-11 13:44:55 +0100 |
commit | cd76b9996c48fed238314e7e7445fb4395542784 (patch) | |
tree | ef8f17a3a474accc4fbbf95ecf83856d01d94418 /libreofficekit/source | |
parent | 9a1b2970ed83b7666957ca6d0394a75b5d0717fa (diff) |
Rename C api of LibreOfficeKit.
However for the sake of ABI compatibility we can't change
liblibreoffice_hook.
Change-Id: I0e921efeeab40ef1b53a67c0e7a89d4c75ced831
Diffstat (limited to 'libreofficekit/source')
-rw-r--r-- | libreofficekit/source/shim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libreofficekit/source/shim.c b/libreofficekit/source/shim.c index e863dd516b85..325695f00313 100644 --- a/libreofficekit/source/shim.c +++ b/libreofficekit/source/shim.c @@ -23,9 +23,9 @@ #define TARGET_LIB SAL_MODULENAME( "sofficeapp" ) -typedef LibreOffice *(HookFunction)(void); +typedef LibreOfficeKit *(HookFunction)(void); -SAL_DLLPUBLIC_EXPORT LibreOffice *lo_init( const char *install_path ) +SAL_DLLPUBLIC_EXPORT LibreOfficeKit *lok_init( const char *install_path ) { char *imp_lib; void *dlhandle; |