summaryrefslogtreecommitdiff
path: root/source4/libnet/userinfo.h
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-05-28 10:45:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:40 -0500
commit8a6ac85a961df1cdfb8a9db0af15b6258ee9da47 (patch)
treee426b08cf4ee92c8b37f4ba269433e7605433abe /source4/libnet/userinfo.h
parent78fea25786323a6b6830bdead2607c116555218b (diff)
downloadsamba-8a6ac85a961df1cdfb8a9db0af15b6258ee9da47.tar.gz
samba-8a6ac85a961df1cdfb8a9db0af15b6258ee9da47.tar.bz2
samba-8a6ac85a961df1cdfb8a9db0af15b6258ee9da47.zip
r15920: Move userman.c and userinfo.c definition into respective
header files instead of composite.h rafal (This used to be commit 8cafbe7afedc90346cbd0cbedc2571143ae3dbc6)
Diffstat (limited to 'source4/libnet/userinfo.h')
-rw-r--r--source4/libnet/userinfo.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/source4/libnet/userinfo.h b/source4/libnet/userinfo.h
index d1e69726c0..7289a05cce 100644
--- a/source4/libnet/userinfo.h
+++ b/source4/libnet/userinfo.h
@@ -19,6 +19,24 @@
*/
+#include "librpc/gen_ndr/samr.h"
+
+/*
+ * IO structures for userinfo.c functions
+ */
+
+struct libnet_rpc_userinfo {
+ struct {
+ struct policy_handle domain_handle;
+ const char *sid;
+ uint16_t level;
+ } in;
+ struct {
+ union samr_UserInfo info;
+ } out;
+};
+
+
/*
* Monitor messages sent from userinfo.c functions
*/