We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3505ba commit bf774f3Copy full SHA for bf774f3
include/command.h
@@ -20,7 +20,8 @@
20
enum command_ret_e {
21
CMD_RET_SUCCESS, /**< Command executed successfully */
22
CMD_RET_FAILURE, /**< Command executing failure */
23
- CMD_RET_PERM, /**< Command Permission denied */
+ CMD_RET_PERM, /**< Command Permission denied */
24
+ CMD_RET_LOGOUT, /**< Execute session logout */
25
CMD_RET_USAGE = -1, /**< Failure, please report 'usage' error */
26
};
27
0 commit comments