diff options
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 110901ec3e..87a438841b 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -146,5 +146,13 @@ struct acct_info uint32 rid; /* domain-relative RID */ }; +/* + * higher order functions for use with msrpc client code + */ + +#define GROUP_FN(fn) void (*fn)(char*, DOM_SID*, uint32, char*) +#define GROUP_INFO_FN(fn) void (*fn)(char*, DOM_SID*, uint32, GROUP_INFO_CTR *) +#define GROUP_MEM_FN(fn) void(*fn)(char*, DOM_SID*, uint32, char*, uint32, uint32*, char**, uint32*) + #endif /* _NT_DOMAIN_H */ |