ps: conditionally enable -T on non-DESKTOP build too
[oweals/busybox.git] / selinux / setenforce.c
index 59b1b0fca85efc70db1d77ad535e9f04ccf879fb..a2d04288bd2dd0be7f6473f3efd65b00e698c759 100644 (file)
@@ -4,6 +4,7 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi@my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
@@ -19,7 +20,7 @@ static const char *const setenforce_cmd[] = {
        NULL,
 };
 
-int setenforce_main(int argc, char **argv);
+int setenforce_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 int setenforce_main(int argc, char **argv)
 {
        int i, rc;