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 3dc63f7420..5eb4b88f28 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -511,7 +511,7 @@ struct plugin_api {
511 void* (*memset)(void *dst, int c, size_t length); 511 void* (*memset)(void *dst, int c, size_t length);
512 void* (*memcpy)(void *out, const void *in, size_t n); 512 void* (*memcpy)(void *out, const void *in, size_t n);
513 void* (*memmove)(void *out, const void *in, size_t n); 513 void* (*memmove)(void *out, const void *in, size_t n);
514 const unsigned char *_ctype_; 514 const unsigned char *_rbctype_;
515 int (*atoi)(const char *str); 515 int (*atoi)(const char *str);
516 char *(*strchr)(const char *s, int c); 516 char *(*strchr)(const char *s, int c);
517 char *(*strcat)(char *s1, const char *s2); 517 char *(*strcat)(char *s1, const char *s2);