Whamcloud - gitweb
LU-3963 libcfs: Use kernel's strncasecmp and remove cfs_get_blocked_sigs
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_string.h
index 5afaec7..2afe1f5 100644 (file)
@@ -45,8 +45,6 @@
 
 /* libcfs_string.c */
 char *cfs_strrstr(const char *haystack, const char *needle);
-/* string comparison ignoring case */
-int cfs_strncasecmp(const char *s1, const char *s2, size_t n);
 /* Convert a text string to a bitmask */
 int cfs_str2mask(const char *str, const char *(*bit2str)(int bit),
                  int *oldmask, int minmask, int allmask);