Skip to content
Snippets Groups Projects
Commit 25528cf4 authored by William Roberts's avatar William Roberts
Browse files

checkseapp: declare internal function as static


Change-Id: Ic4dc59650ca849b950cb145fedafdf4fc250f009
Signed-off-by: default avatarWilliam Roberts <william.c.roberts@intel.com>
parent 3d8391e7
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ log_msg(FILE *out, const char *prefix, const char *fmt, ...) { ...@@ -305,7 +305,7 @@ log_msg(FILE *out, const char *prefix, const char *fmt, ...) {
* statically to this executable and LINK_SEPOL_STATIC is not * statically to this executable and LINK_SEPOL_STATIC is not
* defined. * defined.
*/ */
int check_type(sepol_policydb_t *db, char *type) { static int check_type(sepol_policydb_t *db, char *type) {
int rc = 1; int rc = 1;
#if defined(LINK_SEPOL_STATIC) #if defined(LINK_SEPOL_STATIC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment