diff options
Diffstat (limited to 'tools/include/linux/string.h')
| -rw-r--r-- | tools/include/linux/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/include/linux/string.h b/tools/include/linux/string.h index f436d2420a18..d62b56cf8c12 100644 --- a/tools/include/linux/string.h +++ b/tools/include/linux/string.h | |||
| @@ -18,4 +18,6 @@ extern size_t strlcpy(char *dest, const char *src, size_t size); | |||
| 18 | 18 | ||
| 19 | char *str_error_r(int errnum, char *buf, size_t buflen); | 19 | char *str_error_r(int errnum, char *buf, size_t buflen); |
| 20 | 20 | ||
| 21 | int prefixcmp(const char *str, const char *prefix); | ||
| 22 | |||
| 21 | #endif /* _LINUX_STRING_H_ */ | 23 | #endif /* _LINUX_STRING_H_ */ |
