flexnbd: Normalise some variable declarations
This commit is contained in:
@@ -82,7 +82,7 @@ struct flexnbd * flexnbd_create_serving(
|
|||||||
char* s_ip_address,
|
char* s_ip_address,
|
||||||
char* s_port,
|
char* s_port,
|
||||||
char* s_file,
|
char* s_file,
|
||||||
char *s_ctrl_sock,
|
char* s_ctrl_sock,
|
||||||
int default_deny,
|
int default_deny,
|
||||||
int acl_entries,
|
int acl_entries,
|
||||||
char** s_acl_entries,
|
char** s_acl_entries,
|
||||||
@@ -109,7 +109,7 @@ struct flexnbd * flexnbd_create_listening(
|
|||||||
char* s_ip_address,
|
char* s_ip_address,
|
||||||
char* s_port,
|
char* s_port,
|
||||||
char* s_file,
|
char* s_file,
|
||||||
char *s_ctrl_sock,
|
char* s_ctrl_sock,
|
||||||
int default_deny,
|
int default_deny,
|
||||||
int acl_entries,
|
int acl_entries,
|
||||||
char** s_acl_entries )
|
char** s_acl_entries )
|
||||||
|
@@ -31,7 +31,7 @@ struct flexnbd * flexnbd_create_serving(
|
|||||||
char* s_ip_address,
|
char* s_ip_address,
|
||||||
char* s_port,
|
char* s_port,
|
||||||
char* s_file,
|
char* s_file,
|
||||||
char *s_ctrl_sock,
|
char* s_ctrl_sock,
|
||||||
int default_deny,
|
int default_deny,
|
||||||
int acl_entries,
|
int acl_entries,
|
||||||
char** s_acl_entries,
|
char** s_acl_entries,
|
||||||
@@ -41,7 +41,7 @@ struct flexnbd * flexnbd_create_listening(
|
|||||||
char* s_ip_address,
|
char* s_ip_address,
|
||||||
char* s_port,
|
char* s_port,
|
||||||
char* s_file,
|
char* s_file,
|
||||||
char *s_ctrl_sock,
|
char* s_ctrl_sock,
|
||||||
int default_deny,
|
int default_deny,
|
||||||
int acl_entries,
|
int acl_entries,
|
||||||
char** s_acl_entries );
|
char** s_acl_entries );
|
||||||
|
Reference in New Issue
Block a user