Make setenforce usage function static.

Change-Id: I6de204dc072418805160a35d799b8948ecb39251
This commit is contained in:
Matt Finifter 2012-07-18 14:06:02 -07:00 committed by Kenny Root
parent dd56039c88
commit 492051ed2a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include <errno.h>
#include <selinux/selinux.h>
void usage(const char *progname)
static void usage(const char *progname)
{
fprintf(stderr, "usage: %s [ Enforcing | Permissive | 1 | 0 ]\n",
progname);