From 10a28f461c25d788ff4dcffefa881e7aa724a25d Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Thu, 29 Jan 2015 15:29:26 +0100 Subject: sbus: add sbus_opath_decompose[_exact] This function decomposes object path into array of strings. The "_exact" version expects a certain number of parts otherwise an error is thrown. Reviewed-by: Jakub Hrozek --- src/util/util_errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/util_errors.h') diff --git a/src/util/util_errors.h b/src/util/util_errors.h index c8293a4c..2dbf2243 100644 --- a/src/util/util_errors.h +++ b/src/util/util_errors.h @@ -84,6 +84,7 @@ enum sssd_errors { ERR_INVALID_EXTRA_ATTR, ERR_SBUS_GET_SENDER_ERROR, ERR_SBUS_NO_SENDER, + ERR_SBUS_INVALID_PATH, ERR_NO_SIDS, ERR_SBUS_NOSUP, ERR_NO_SYSBUS, -- cgit