summaryrefslogtreecommitdiff
path: root/examples/pdb/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pdb/test.c')
-rw-r--r--examples/pdb/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdb/test.c b/examples/pdb/test.c
index b5ddefc480..568b448d28 100644
--- a/examples/pdb/test.c
+++ b/examples/pdb/test.c
@@ -67,7 +67,7 @@ static NTSTATUS testsam_getsampwnam (struct pdb_methods *methods, struct samu *u
Search by sid
**************************************************************************/
-static NTSTATUS testsam_getsampwsid (struct pdb_methods *methods, struct samu *user, const DOM_SID *sid)
+static NTSTATUS testsam_getsampwsid (struct pdb_methods *methods, struct samu *user, const struct dom_sid *sid)
{
DEBUG(10, ("testsam_getsampwsid called\n"));
return NT_STATUS_NOT_IMPLEMENTED;