Whamcloud - gitweb
LU-6142 libcfs: discard cfs_strrstr()
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_string.h
index f74a9cd..0b9bd14 100644 (file)
@@ -40,7 +40,6 @@
 #define __LIBCFS_STRING_H__
 
 /* libcfs_string.c */
-char *cfs_strrstr(const char *haystack, const char *needle);
 /* Convert a text string to a bitmask */
 int cfs_str2mask(const char *str, const char *(*bit2str)(int bit),
                  int *oldmask, int minmask, int allmask);