From a8b8b8ac3b18437aee6e91749f0e76ef3a04d030 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Fri, 29 Oct 1999 18:57:22 +0000 Subject: using #defines for function prototypes (This used to be commit 4a44cccf4401e0ce01303459011ac64805c53561) --- source3/include/ntdomain.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/include/ntdomain.h') 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 */ -- cgit