diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-19 15:58:20 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-20 09:17:15 +1000 |
commit | 15123d96ffcac2243f69be41143bf78d92228d7f (patch) | |
tree | 5143cbef729705d7c4a547e83ca07efcf2d1f4f7 /source3/auth/proto.h | |
parent | 42e40140ae4f6031987d00aaad8a08066d0abd5c (diff) | |
download | samba-15123d96ffcac2243f69be41143bf78d92228d7f.tar.gz samba-15123d96ffcac2243f69be41143bf78d92228d7f.tar.xz samba-15123d96ffcac2243f69be41143bf78d92228d7f.zip |
s3-auth inline make_auth_session_info into only caller
Diffstat (limited to 'source3/auth/proto.h')
-rw-r--r-- | source3/auth/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/auth/proto.h b/source3/auth/proto.h index 4c69a32c11..d51a3e6444 100644 --- a/source3/auth/proto.h +++ b/source3/auth/proto.h @@ -225,7 +225,6 @@ struct netr_SamInfo3; struct netr_SamInfo6; struct auth_serversupplied_info *make_server_info(TALLOC_CTX *mem_ctx); -struct auth_session_info *make_auth_session_info(TALLOC_CTX *mem_ctx); NTSTATUS serverinfo_to_SamInfo2(struct auth_serversupplied_info *server_info, uint8_t *pipe_session_key, size_t pipe_session_key_len, |