From f09efddcda8f83b5cbee31fccb63ac0864bad82a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 3 Mar 2010 13:59:57 +0000 Subject: fix for minor errors/warnings --- source/blender/blenlib/BLI_string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_string.h') diff --git a/source/blender/blenlib/BLI_string.h b/source/blender/blenlib/BLI_string.h index c722ffb1693..39123a438df 100644 --- a/source/blender/blenlib/BLI_string.h +++ b/source/blender/blenlib/BLI_string.h @@ -128,6 +128,7 @@ char *BLI_strcasestr(const char *s, const char *find); int BLI_strcasecmp(const char *s1, const char *s2); int BLI_strncasecmp(const char *s1, const char *s2, int n); int BLI_natstrcmp(const char *s1, const char *s2); +size_t BLI_strnlen(const char *str, size_t maxlen); void BLI_timestr(double _time, char *str); /* time var is global */ -- cgit v1.2.3