diff options
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r-- | source3/nsswitch/winbindd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index cfe3e8c29f..21dca93af5 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -134,6 +134,9 @@ struct winbindd_methods { uint32 group_rid, uint32 *num_names, uint32 **rid_mem, char ***names, uint32 **name_types); + + /* return the current global sequence number */ + uint32 (*sequence_number)(struct winbindd_domain *domain); }; /* Structures to hold per domain information */ |