core: error: rename b_error_release to b_error_discard
This commit is contained in:
@@ -372,7 +372,7 @@ BLUE_API enum b_status z__b_error_add_submsg_template(
|
||||
error, type, msg_id, \
|
||||
(b_error_template_parameter[]) {__VA_ARGS__, {}}))
|
||||
|
||||
BLUE_API void b_error_release(b_error *error);
|
||||
BLUE_API void b_error_discard(b_error *error);
|
||||
|
||||
BLUE_API b_error_status_code b_error_get_status_code(const b_error *error);
|
||||
BLUE_API const b_error_vendor *b_error_get_vendor(const b_error *error);
|
||||
|
||||
Reference in New Issue
Block a user