/* ICFS: Interactively Controlled File System Copyright (C) 2024-2025 Fedir Kovalov This program can be distributed under the terms of the GNU GPLv2. See the file LICENSE. */ #ifndef SET_MODE_T_H #define SET_MODE_T_H typedef enum { SET_DENY, SET_ALLOW } set_mode_t; #endif // !SET_MODE_T_H