Whamcloud - gitweb
LU-9859 libcfs: add "default" keyword for debug mask
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_string.h
index c8cb70b..bc2e03c 100644 (file)
@@ -41,7 +41,7 @@
 /* libcfs_string.c */
 /* Convert a text string to a bitmask */
 int cfs_str2mask(const char *str, const char *(*bit2str)(int bit),
-                 int *oldmask, int minmask, int allmask);
+                int *oldmask, int minmask, int allmask, int defmask);
 
 /**
  * Structure to represent NULL-less strings.