summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_async_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/winbind/wb_async_helpers.h')
-rw-r--r--source4/winbind/wb_async_helpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/winbind/wb_async_helpers.h b/source4/winbind/wb_async_helpers.h
index 1bf1c78ca8..413747090c 100644
--- a/source4/winbind/wb_async_helpers.h
+++ b/source4/winbind/wb_async_helpers.h
@@ -33,3 +33,8 @@ struct wb_sid_object {
const char *domain;
const char *name;
};
+
+struct wb_dom_info {
+ const char *name;
+ const struct dom_sid *sid;
+};