r5111: Fix up changed prototype for setsampwent pdb function.
authorTim Potter <tpot@samba.org>
Sun, 30 Jan 2005 22:45:46 +0000 (22:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:15 +0000 (10:55 -0500)
(This used to be commit 331748202077ce9e0b5dcf3ed9b3ab6f89e9c0e4)

examples/pdb/test.c

index a10d66005f5934f585176c6140a08a7fbf3b9997..63eb1eaaf9714adc63780bce0bc2daaabb885eb4 100644 (file)
@@ -29,7 +29,7 @@ static int testsam_debug_level = DBGC_ALL;
  Start enumeration of the passwd list.
 ****************************************************************/
 
-static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update)
+static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint16 acb_mask)
 {
        DEBUG(10, ("testsam_setsampwent called\n"));
        return NT_STATUS_NOT_IMPLEMENTED;