diff options
Diffstat (limited to 'include/sys/zcp.h')
-rw-r--r-- | include/sys/zcp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sys/zcp.h b/include/sys/zcp.h index ca9719ecf..df13bf230 100644 --- a/include/sys/zcp.h +++ b/include/sys/zcp.h @@ -14,7 +14,7 @@ */ /* - * Copyright (c) 2016 by Delphix. All rights reserved. + * Copyright (c) 2016, 2017 by Delphix. All rights reserved. */ #ifndef _SYS_ZCP_H @@ -137,8 +137,6 @@ typedef struct zcp_lib_info { const zcp_arg_t kwargs[2]; } zcp_lib_info_t; -int zcp_nvlist_to_lua(lua_State *, nvlist_t *, char *, int); - #ifdef __cplusplus } #endif |