summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 590d02a4d1..96a9aabe1d 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -211,9 +211,7 @@ struct plugin_api {
211 int (*strncasecmp)(const char *s1, const char *s2, size_t n); 211 int (*strncasecmp)(const char *s1, const char *s2, size_t n);
212 void* (*memset)(void *dst, int c, size_t length); 212 void* (*memset)(void *dst, int c, size_t length);
213 void* (*memcpy)(void *out, const void *in, size_t n); 213 void* (*memcpy)(void *out, const void *in, size_t n);
214#ifndef SIMULATOR
215 const char *_ctype_; 214 const char *_ctype_;
216#endif
217 int (*atoi)(const char *str); 215 int (*atoi)(const char *str);
218 216
219 /* sound */ 217 /* sound */