diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-08-07 03:26:32 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-08-07 03:26:32 +0000 |
| commit | 20b7b8d86cc142b839c661557553965984818e70 (patch) | |
| tree | 45e3ae9528b12ab68ceef0002f9752d1cb6c9c69 /lib/libbe/be_impl.h | |
| parent | f1ca70d3e1d320fe687348e8a8394b1ea571f279 (diff) | |
Notes
Diffstat (limited to 'lib/libbe/be_impl.h')
| -rw-r--r-- | lib/libbe/be_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libbe/be_impl.h b/lib/libbe/be_impl.h index 0b40a285b6e6..f92d22f4d996 100644 --- a/lib/libbe/be_impl.h +++ b/lib/libbe/be_impl.h @@ -64,6 +64,7 @@ typedef struct prop_data { int prop_list_builder_cb(zfs_handle_t *, void *); int be_proplist_update(prop_data_t *); +/* Clobbers any previous errors */ int set_error(libbe_handle_t *, be_error_t); #endif /* _LIBBE_IMPL_H */ |
