s3:idmap: remove the params argument from the init function
[kai/samba.git] / source3 / include / idmap.h
index 7b3d6decf2fe3ef977a6ebdb8201f62402fea369..800e69421dc5d9a7549d117c6824e18733b28cb7 100644 (file)
@@ -45,7 +45,7 @@ struct idmap_domain {
 struct idmap_methods {
 
        /* Called when backend is first loaded */
-       NTSTATUS (*init)(struct idmap_domain *dom, const char *params);
+       NTSTATUS (*init)(struct idmap_domain *dom);
 
        /* Map an array of uids/gids to SIDs.  The caller specifies
           the uid/gid and type. Gets back the SID. */