diff options
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ctables.h b/include/ctables.h index 9adf6c37c..ca2ef074b 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -32,6 +32,7 @@ enum CmdResult CMD_FAILURE = 0, /* Command exists, but failed */ CMD_SUCCESS = 1, /* Command exists, and succeeded */ CMD_INVALID = 2, /* Command doesnt exist at all! */ + CMD_USER_DELETED = 3, /* User was deleted! */ }; /** A structure that defines a command |