summaryrefslogtreecommitdiff
path: root/source/include/ntdomain.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-12-02 01:46:01 +0000
committerLuke Leighton <lkcl@samba.org>1999-12-02 01:46:01 +0000
commit50dc709fa95e86ebe2b3132176241cb3a2cc4e36 (patch)
treefbfef7922265ec280cc0659488173bf8f2634afa /source/include/ntdomain.h
parent338d08f69b0eeefa0f3f2c0217ef17ea3e815e1f (diff)
downloadsamba-50dc709fa95e86ebe2b3132176241cb3a2cc4e36.tar.gz
improved enumdomains added -i option.
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index 603dce0a17b..9dd6c2d3a71 100644
--- a/source/include/ntdomain.h
+++ b/source/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*)