diff options
author | Gerald Carter <jerry@samba.org> | 2000-08-09 20:19:37 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-08-09 20:19:37 +0000 |
commit | 86833bbd564c75d6e30a449084abbf0945ab6a30 (patch) | |
tree | d6e400d5fe41f9b52cb53366f723051205045ef0 | |
parent | a08d4448964641150cad0e6b3fb0055602ef79be (diff) | |
download | samba-86833bbd564c75d6e30a449084abbf0945ab6a30.tar.gz samba-86833bbd564c75d6e30a449084abbf0945ab6a30.tar.bz2 samba-86833bbd564c75d6e30a449084abbf0945ab6a30.zip |
make proto
(This used to be commit ad74885e4730da2a15ff00e13f490f3f0b1be10d)
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f458bd7e7f..d647acf608 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1768,9 +1768,9 @@ void init_connections(void); void free_connections(void); void cli_connection_free(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); -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, cli_auth_fns * auth, void *auth_creds); struct _cli_auth_fns *cli_conn_get_authfns(struct cli_connection *con); |