selinux/mcstrans/src/mls_level.h
Stephen Smalley 4cc808671a Move policycoreutils/mcstrans to mcstrans.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2016-11-16 11:19:50 -05:00

11 lines
247 B
C

#ifndef __mls_level_h__
#define __mls_level_h__
#include <sepol/policydb/mls_types.h>
unsigned int mls_compute_string_len(mls_level_t *r);
mls_level_t *mls_level_from_string(char *mls_context);
char *mls_level_to_string(mls_level_t *r);
#endif