diff options
Diffstat (limited to 'usr/src/lib/libshare/common/libshare.h')
-rw-r--r-- | usr/src/lib/libshare/common/libshare.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/lib/libshare/common/libshare.h b/usr/src/lib/libshare/common/libshare.h index 7ad9fefdcd..042a6f8cee 100644 --- a/usr/src/lib/libshare/common/libshare.h +++ b/usr/src/lib/libshare/common/libshare.h @@ -21,7 +21,7 @@ /* * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright 2015 Nexenta Systems, Inc. All rights reserved. + * Copyright 2018 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2016 by Delphix. All rights reserved. */ @@ -171,6 +171,8 @@ typedef struct sa_init_selective_arg sa_init_selective_arg_t; extern sa_handle_t sa_init(int); extern sa_handle_t sa_init_arg(int, void *); extern void sa_fini(sa_handle_t); +extern int sa_service(sa_handle_t); + extern int sa_update_config(sa_handle_t); extern boolean_t sa_needs_refresh(sa_handle_t); extern char *sa_errorstr(int); |