Skip to content
Snippets Groups Projects
Commit ffd053ba authored by William Roberts's avatar William Roberts Committed by Jeffrey Vander Stoep
Browse files

checkseapp: declare internal function as static


(cherry picked from commit 25528cf4)

Change-Id: Ic4dc59650ca849b950cb145fedafdf4fc250f009
Signed-off-by: default avatarWilliam Roberts <william.c.roberts@intel.com>
parent 8f5a891f
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,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)
......
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