diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index cb9bdb7..2ae325a 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -299,6 +299,8 @@ struct plugin_api { the API gets incompatible */ char (*strchr)(const char *s, int c); + char (*strcat)(char *s1, const char *s2); + }; /* defined by the plugin loader (plugin.c) */ |