commit | ea25fbca88b223877c45c776b6c0e17e0247439f | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Aug 01 16:29:38 2012 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Mon Aug 13 13:21:31 2012 -0300 |
tree | 2d2ad4f98a7d133c809151a992a93a8c96411e14 | |
parent | 0f32cf6abcea8006fbf1f9c9bc8bc5bedcf6e431 [diff] [blame] |
error: add error_get_class() Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
diff --git a/error.h b/error.h index 9678752..114e24b 100644 --- a/error.h +++ b/error.h
@@ -35,6 +35,11 @@ */ bool error_is_set(Error **err); +/* + * Get the error class of an error object. + */ +ErrorClass error_get_class(const Error *err); + /** * Returns an exact copy of the error passed as an argument. */