diff options
author | Günther Deschner <gd@samba.org> | 2008-12-10 02:54:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-12-10 11:58:28 +0100 |
commit | b431406357a7c9580e797a3d4f96d9b1fe9f2e86 (patch) | |
tree | 5931fe8815588f04f538deb8f5771ecab46f8a17 /source3/include | |
parent | e5804204901c7b376516e42a3a86d685236fd198 (diff) | |
download | samba-b431406357a7c9580e797a3d4f96d9b1fe9f2e86.tar.gz samba-b431406357a7c9580e797a3d4f96d9b1fe9f2e86.tar.bz2 samba-b431406357a7c9580e797a3d4f96d9b1fe9f2e86.zip |
s3-netlogon: fix netlogon server build.
Guenther
Diffstat (limited to 'source3/include')
-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 2ba01b30ed..4feedcdb04 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6859,8 +6859,8 @@ WERROR _netr_GetForestTrustInformation(pipes_struct *p, struct netr_GetForestTrustInformation *r); NTSTATUS _netr_LogonSamLogonWithFlags(pipes_struct *p, struct netr_LogonSamLogonWithFlags *r); -WERROR _netr_NETRSERVERGETTRUSTINFO(pipes_struct *p, - struct netr_NETRSERVERGETTRUSTINFO *r); +WERROR _netr_ServerGetTrustInfo(pipes_struct *p, + struct netr_ServerGetTrustInfo *r); /* The following definitions come from rpc_server/srv_ntsvcs.c */ |