summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/thirdparty.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/thirdparty.h')
-rw-r--r--mdk-stage1/thirdparty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/thirdparty.h b/mdk-stage1/thirdparty.h
index 23066374c..c999d6a58 100644
--- a/mdk-stage1/thirdparty.h
+++ b/mdk-stage1/thirdparty.h
@@ -29,4 +29,7 @@ void thirdparty_load_media_modules(void);
*/
void thirdparty_load_modules(void);
+/* destroy all data structures related to the thirdparty module */
+void thirdparty_destroy(void);
+
#endif