summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-09 09:03:57 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-09 13:04:38 +0000
commitc18839e3f8e1e8a6155158ebf713a82966623ed7 (patch)
tree91fb396a4f50d64b1024f5e14c9c47f30aaa4066 /apps/plugins/lib
parent7ad8b2eb3c979a8f51ccb2d8127efe27beeb39bd (diff)
downloadrockbox-c18839e3f8e1e8a6155158ebf713a82966623ed7.tar.gz
rockbox-c18839e3f8e1e8a6155158ebf713a82966623ed7.zip
Fix red, hopefully.
Change-Id: I4ee6b9793260ac7dec9d72f27bfe242cd4adbf38
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/overlay.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lib/overlay.h b/apps/plugins/lib/overlay.h
index 357dc93e39..4602966632 100644
--- a/apps/plugins/lib/overlay.h
+++ b/apps/plugins/lib/overlay.h
@@ -24,13 +24,11 @@
24#ifndef __OVERLAY_H__ 24#ifndef __OVERLAY_H__
25#define __OVERLAY_H__ 25#define __OVERLAY_H__
26 26
27#ifndef SIMULATOR
28#include "plugin.h" 27#include "plugin.h"
29 28
30/* load and run a plugin linked as an overlay. */ 29/* load and run a plugin linked as an overlay. */
31enum plugin_status run_overlay(const void* parameter, 30enum plugin_status run_overlay(const void* parameter,
32 unsigned char *filename, unsigned char *name); 31 unsigned char *filename, unsigned char *name);
33 32
34#endif /* !SIMULATOR */
35#endif /* __OVERLAY_H__ */ 33#endif /* __OVERLAY_H__ */
36 34