diff options
Diffstat (limited to 'lib/libbe/be.h')
-rw-r--r-- | lib/libbe/be.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libbe/be.h b/lib/libbe/be.h index 3a99c177e4bd..960b1adf2457 100644 --- a/lib/libbe/be.h +++ b/lib/libbe/be.h @@ -81,6 +81,7 @@ int be_prop_list_alloc(nvlist_t **be_list); void be_prop_list_free(nvlist_t *be_list); int be_activate(libbe_handle_t *, const char *, bool); +int be_deactivate(libbe_handle_t *, const char *, bool); bool be_is_auto_snapshot_name(libbe_handle_t *, const char *); |