diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 0e0580501d..764af4a6b7 100644 --- a/apps/plugin.h +++ b/apps/plugin.h | |||
@@ -45,6 +45,7 @@ | |||
45 | #undef strcmp | 45 | #undef strcmp |
46 | #undef strncmp | 46 | #undef strncmp |
47 | #undef strchr | 47 | #undef strchr |
48 | #undef strtok_r | ||
48 | 49 | ||
49 | char* strncpy(char *, const char *, size_t); | 50 | char* strncpy(char *, const char *, size_t); |
50 | void* plugin_get_buffer(size_t *buffer_size); | 51 | void* plugin_get_buffer(size_t *buffer_size); |