diff --git a/inc/utils/status.h b/inc/utils/status.h index 8107254..46d25f3 100644 --- a/inc/utils/status.h +++ b/inc/utils/status.h @@ -9,7 +9,9 @@ typedef enum { STATUS_SUCCESS, STATUS_PERMISSION_DENIED, - STATUS_RESOURCE_NOT_AVAILABLE + STATUS_RESOURCE_NOT_AVAILABLE, + STATUS_NOT_SUPPORTED, + STATUS_GENERIC_ERROR } status_E; extern string_t g_status_code_strings[3];