From d1df184f0f74ed201614b17ea1d1d67cffe5773b Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 21 Jul 2004 13:15:05 +0000 Subject: Added strncpy to the plugin API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4911 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.h') 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) */ -- cgit v1.1