summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index f9cca6ffc3..4061346eba 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -483,7 +483,6 @@ struct plugin_api {
483 483
484 int (*vsnprintf)(char *buf, int size, const char *fmt, va_list ap); 484 int (*vsnprintf)(char *buf, int size, const char *fmt, va_list ap);
485 void *(*memchr)(const void *s1, int c, size_t n); 485 void *(*memchr)(const void *s1, int c, size_t n);
486 bool (*load_main_backdrop)(char* filename);
487}; 486};
488 487
489/* plugin header */ 488/* plugin header */