update random config tester
[oweals/busybox.git] / selinux / matchpathcon.c
index bb7099ea64e44624345941a1158c7ec512efa954..5cfd52aba9bdce91e2b6b278fe90a29b9cc697a5 100644 (file)
@@ -29,8 +29,8 @@ static int print_matchpathcon(char *path, int noprint)
 #define OPT_PREFIX      (1<<3)  /* -p */
 #define OPT_VERIFY      (1<<4)  /* -V */
 
-int matchpathcon_main(int argc, char **argv);
-int matchpathcon_main(int argc, char **argv)
+int matchpathcon_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
+int matchpathcon_main(int argc UNUSED_PARAM, char **argv)
 {
        int error = 0;
        unsigned opts;