diff options
Diffstat (limited to 'lib/libnv/nv.h')
-rw-r--r-- | lib/libnv/nv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libnv/nv.h b/lib/libnv/nv.h index 738bc83ae7c5..bc80d688c8b8 100644 --- a/lib/libnv/nv.h +++ b/lib/libnv/nv.h @@ -69,6 +69,7 @@ nvlist_t *nvlist_create(int flags); void nvlist_destroy(nvlist_t *nvl); int nvlist_error(const nvlist_t *nvl); bool nvlist_empty(const nvlist_t *nvl); +void nvlist_set_error(nvlist_t *nvl, int error); nvlist_t *nvlist_clone(const nvlist_t *nvl); |