Update my copyrights according to my agreement with IBM
[bbaumbach/samba-autobuild/.git] / source3 / include / idmap.h
index 7da3718d19721b4d7ff7bda5c2f7377e17c6422d..20b1015285ee266a93cc8bbedfff867b3ad80c5f 100644 (file)
@@ -5,7 +5,7 @@
 
    Idmap headers
 
-   Copyright (C) Anthony Liguori 2003
+   Copyright (C) Jim McDonough <jmcd@us.ibm.com> 2003
    Copyright (C) Simo Sorce 2003
    
    This library is free software; you can redistribute it and/or
@@ -42,6 +42,7 @@ struct idmap_methods {
        /* Called when backend is first loaded */
        NTSTATUS (*init)( char *params );
 
+       NTSTATUS (*allocate_rid)(uint32 *rid, int rid_type);
        NTSTATUS (*allocate_id)(unid_t *id, int id_type);
        NTSTATUS (*get_sid_from_id)(DOM_SID *sid, unid_t id, int id_type);
        NTSTATUS (*get_id_from_sid)(unid_t *id, int *id_type, const DOM_SID *sid);