protection_level
static enum protection_level command_prot;
static enum protection_level data_prot;
data_prot = (enum protection_level)p;
void mec(char *msg, enum protection_level level)
enum protection_level level;
enum protection_level
level_to_name(enum protection_level level)
data_prot = (enum protection_level)level;
enum protection_level
set_command_prot(enum protection_level level)
enum protection_level old = command_prot;
static enum protection_level
static enum protection_level request_data_prot;
request_data_prot = (enum protection_level)l;
data_prot = (enum protection_level)0;
void mec (char *, enum protection_level);
enum protection_level get_command_prot(void);
enum protection_level set_command_prot(enum protection_level);
static enum protection_level command_prot;
static enum protection_level data_prot;
data_prot = (enum protection_level)p;
void mec(char *msg, enum protection_level level)
enum protection_level level;
enum protection_level
level_to_name(enum protection_level level)
data_prot = (enum protection_level)level;
enum protection_level
set_command_prot(enum protection_level level)
enum protection_level old = command_prot;
static enum protection_level
static enum protection_level request_data_prot;
request_data_prot = (enum protection_level)l;
data_prot = (enum protection_level)0;