mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Remaining {=> const} char|void *tag
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13348
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ void zcp_parse_args(lua_State *, const char *, const zcp_arg_t *,
|
||||
int zcp_nvlist_to_lua(lua_State *, nvlist_t *, char *, int);
|
||||
int zcp_dataset_hold_error(lua_State *, dsl_pool_t *, const char *, int);
|
||||
struct dsl_dataset *zcp_dataset_hold(lua_State *, dsl_pool_t *,
|
||||
const char *, void *);
|
||||
const char *, const void *);
|
||||
|
||||
typedef int (zcp_lib_func_t)(lua_State *);
|
||||
typedef struct zcp_lib_info {
|
||||
|
||||
Reference in New Issue
Block a user