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, 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
49char* strncpy(char *, const char *, size_t); 50char* strncpy(char *, const char *, size_t);
50void* plugin_get_buffer(size_t *buffer_size); 51void* plugin_get_buffer(size_t *buffer_size);