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 d34c32e..06a31ad 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -291,6 +291,7 @@ struct plugin_api {
int (*strcmp)(const char *, const char *);
int (*button_status)(void);
void (*button_clear_queue)(void);
+ char *(*strncpy)(char *dst, const char *src, size_t length);
};
/* defined by the plugin loader (plugin.c) */