mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
make proto
(This used to be commit ad74885e4730da2a15ff00e13f490f3f0b1be10d)
This commit is contained in:
parent
a08d444896
commit
86833bbd56
@ -1768,9 +1768,9 @@ void init_connections(void);
|
|||||||
void free_connections(void);
|
void free_connections(void);
|
||||||
void cli_connection_free(struct cli_connection *con);
|
void cli_connection_free(struct cli_connection *con);
|
||||||
void cli_connection_unlink(struct cli_connection *con);
|
void cli_connection_unlink(struct cli_connection *con);
|
||||||
BOOL cli_connection_init(const char *srv_name, const char *pipe_name,
|
BOOL cli_connection_init(const char *srv_name, char *pipe_name,
|
||||||
struct cli_connection **con);
|
struct cli_connection **con);
|
||||||
BOOL cli_connection_init_auth(const char *srv_name, const char *pipe_name,
|
BOOL cli_connection_init_auth(const char *srv_name, char *pipe_name,
|
||||||
struct cli_connection **con,
|
struct cli_connection **con,
|
||||||
cli_auth_fns * auth, void *auth_creds);
|
cli_auth_fns * auth, void *auth_creds);
|
||||||
struct _cli_auth_fns *cli_conn_get_authfns(struct cli_connection *con);
|
struct _cli_auth_fns *cli_conn_get_authfns(struct cli_connection *con);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user