Whamcloud - gitweb
LU-56 libcfs: export a few symbols from libcfs
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_string.h
index 1f8771d..76b7bec 100644 (file)
@@ -44,6 +44,8 @@
 #define __LIBCFS_STRING_H__
 
 /* libcfs_string.c */
+/* 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);