aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Roberts <william.c.roberts@intel.com>2016-01-29 10:32:34 -0800
committerWilliam Roberts <william.c.roberts@intel.com>2016-01-29 10:51:00 -0800
commit25528cf4a5d2b037d4d51d6163bbde412b5bc33c (patch)
tree27e12129e89d4e6107e83df489f379ab33f9c744
parent3d8391e759fd3ffe70f10fc77e252fe71c902836 (diff)
downloadsepolicy-25528cf4a5d2b037d4d51d6163bbde412b5bc33c.tar.gz
checkseapp: declare internal function as static
Change-Id: Ic4dc59650ca849b950cb145fedafdf4fc250f009 Signed-off-by: William Roberts <william.c.roberts@intel.com>
-rw-r--r--tools/check_seapp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check_seapp.c b/tools/check_seapp.c
index 5a03b7f..84e2853 100644
--- a/tools/check_seapp.c
+++ b/tools/check_seapp.c
@@ -305,7 +305,7 @@ log_msg(FILE *out, const char *prefix, const char *fmt, ...) {
* statically to this executable and LINK_SEPOL_STATIC is not
* defined.
*/
-int check_type(sepol_policydb_t *db, char *type) {
+static int check_type(sepol_policydb_t *db, char *type) {
int rc = 1;
#if defined(LINK_SEPOL_STATIC)