summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index b0cf187097..bfa0de72d9 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -196,6 +196,7 @@ struct codec_api {
196 void* (*memmove)(void *out, const void *in, size_t n); 196 void* (*memmove)(void *out, const void *in, size_t n);
197 int (*memcmp)(const void *s1, const void *s2, size_t n); 197 int (*memcmp)(const void *s1, const void *s2, size_t n);
198 void *(*memchr)(const void *s1, int c, size_t n); 198 void *(*memchr)(const void *s1, int c, size_t n);
199 char *(*strcasestr) (const char* phaystack, const char* pneedle);
199 200
200#if defined(DEBUG) || defined(SIMULATOR) 201#if defined(DEBUG) || defined(SIMULATOR)
201 void (*debugf)(const char *fmt, ...) ATTRIBUTE_PRINTF(1, 2); 202 void (*debugf)(const char *fmt, ...) ATTRIBUTE_PRINTF(1, 2);