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, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 36eccfe86f..c572ccbf65 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -285,7 +285,7 @@ struct plugin_api {
285 int (*strncasecmp)(const char *s1, const char *s2, size_t n); 285 int (*strncasecmp)(const char *s1, const char *s2, size_t n);
286 void* (*memset)(void *dst, int c, size_t length); 286 void* (*memset)(void *dst, int c, size_t length);
287 void* (*memcpy)(void *out, const void *in, size_t n); 287 void* (*memcpy)(void *out, const void *in, size_t n);
288 const char *_ctype_; 288 const unsigned char *_ctype_;
289 int (*atoi)(const char *str); 289 int (*atoi)(const char *str);
290 char *(*strchr)(const char *s, int c); 290 char *(*strchr)(const char *s, int c);
291 char *(*strcat)(char *s1, const char *s2); 291 char *(*strcat)(char *s1, const char *s2);