#ifndef SET_MODE_T_H #define SET_MODE_T_H typedef enum { SET_DENY, SET_ALLOW } set_mode_t; #endif // !SET_MODE_T_H