s3-registry: Check return code of push_reg_sz().
[kai/samba.git] / source3 / winbindd / idmap_proto.h
index c6f76bd07579766a57efdd50d8170930383ee59c..892b258d6ab41e6191f6f4732d1b5495fe101217 100644 (file)
@@ -36,8 +36,6 @@ NTSTATUS idmap_allocate_uid(struct unixid *id);
 NTSTATUS idmap_allocate_gid(struct unixid *id);
 NTSTATUS idmap_backends_unixid_to_sid(const char *domname,
                                      struct id_map *id);
-NTSTATUS idmap_backends_sid_to_unixid(const char *domname,
-                                     struct id_map *id);
 
 /* The following definitions come from winbindd/idmap_nss.c  */
 
@@ -55,7 +53,6 @@ NTSTATUS idmap_tdb_init(void);
 
 NTSTATUS idmap_uid_to_sid(const char *domname, struct dom_sid *sid, uid_t uid);
 NTSTATUS idmap_gid_to_sid(const char *domname, struct dom_sid *sid, gid_t gid);
-NTSTATUS idmap_sid_to_gid(const char *domname, struct dom_sid *sid, gid_t *gid);
 bool idmap_unix_id_is_in_range(uint32_t id, struct idmap_domain *dom);
 
 #endif /* _WINBINDD_IDMAP_PROTO_H_ */