summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_client_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/rpc_client_proto.h')
-rw-r--r--source/include/rpc_client_proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/include/rpc_client_proto.h b/source/include/rpc_client_proto.h
index 79d430968d1..68ce0096d38 100644
--- a/source/include/rpc_client_proto.h
+++ b/source/include/rpc_client_proto.h
@@ -43,8 +43,7 @@ struct cli_auth_fns *cli_conn_get_authfns(struct cli_connection *con);
void *cli_conn_get_auth_creds(struct cli_connection *con);
void *cli_conn_get_auth_info(struct cli_connection *con);
BOOL cli_conn_set_auth_info(struct cli_connection *con, void *auth_info);
-struct ntuser_creds *cli_conn_get_usercreds(struct cli_connection *con);
-struct ntdom_info * cli_conn_get_ntinfo(struct cli_connection *con);
+struct ntdom_info *cli_conn_get_ntinfo(struct cli_connection *con);
BOOL cli_get_con_sesskey(struct cli_connection *con, uchar sess_key[16]);
BOOL cli_con_get_srvname(struct cli_connection *con, char *srv_name);
BOOL cli_get_sesskey(const POLICY_HND *pol, uchar sess_key[16]);