summaryrefslogtreecommitdiffstats
path: root/xbmc/platform/freebsd/OptionalsReg.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/platform/freebsd/OptionalsReg.h')
-rw-r--r--xbmc/platform/freebsd/OptionalsReg.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/xbmc/platform/freebsd/OptionalsReg.h b/xbmc/platform/freebsd/OptionalsReg.h
new file mode 100644
index 0000000..36837d0
--- /dev/null
+++ b/xbmc/platform/freebsd/OptionalsReg.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2005-2019 Team Kodi
+ * This file is part of Kodi - https://kodi.tv
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ * See LICENSES/README.md for more information.
+ */
+
+#pragma once
+
+//-----------------------------------------------------------------------------
+// OSS
+//-----------------------------------------------------------------------------
+
+namespace OPTIONALS
+{
+bool OSSRegister();
+}