Whamcloud - gitweb
LU-8191 tests: convert functions to static
[fs/lustre-release.git] / lustre / tests / lgetxattr_size_check.c
index 2c674dc..08b25ef 100644 (file)
@@ -5,7 +5,7 @@
 #include <string.h>
 #include <errno.h>
 
-void usage(char *prog)
+static void usage(char *prog)
 {
        printf("Usage: %s <pathname> <xattr name>\n", prog);
 }