summaryrefslogtreecommitdiffstats
path: root/desktop/win32/source/loader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source/loader.hxx')
-rw-r--r--desktop/win32/source/loader.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/win32/source/loader.hxx b/desktop/win32/source/loader.hxx
index dfa8f0c971a0..aed76b168798 100644
--- a/desktop/win32/source/loader.hxx
+++ b/desktop/win32/source/loader.hxx
@@ -82,6 +82,9 @@ void extendLoaderEnvironment(WCHAR * binPath, WCHAR * iniDirectory);
// Implementation of the process guarding soffice.bin
int officeloader_impl(bool bAllowConsole);
+// Implementation of the process guarding unopkg.bin
+int unopkgloader_impl(bool bAllowConsole);
+
}
#endif