From 10b82d30b782ad990fc3386a8f0101641780a14e Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 2 Dec 1999 01:46:01 +0000 Subject: improved enumdomains added -i option. (This used to be commit 50dc709fa95e86ebe2b3132176241cb3a2cc4e36) --- source3/include/ntdomain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 603dce0a17..9dd6c2d3a7 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -173,6 +173,8 @@ struct acct_info #define DOMAIN_FN(fn)\ void (*fn)(const char*) +#define DOMAIN_INFO_FN(fn)\ + void (*fn)(const char*, const DOM_SID *, uint32, SAM_UNK_CTR *) #define USER_FN(fn)\ void (*fn)(const char*, const DOM_SID*, uint32, const char*) -- cgit