summaryrefslogtreecommitdiff
path: root/source4/libnet/userman.h
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-07-26 23:02:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:30:05 -0500
commit0102f2752f7c429f95048c277cd1793683a2750e (patch)
tree7547dc6a4586083b6e4a50bea719e5e829b604e1 /source4/libnet/userman.h
parenta87a62cba98200c87a44864f46b25152a56cb709 (diff)
downloadsamba-0102f2752f7c429f95048c277cd1793683a2750e.tar.gz
samba-0102f2752f7c429f95048c277cd1793683a2750e.tar.bz2
samba-0102f2752f7c429f95048c277cd1793683a2750e.zip
r8788: New monitor messages.
rafal (This used to be commit 40061d7bd66be702d92c80da2c5f955b640eda22)
Diffstat (limited to 'source4/libnet/userman.h')
-rw-r--r--source4/libnet/userman.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/libnet/userman.h b/source4/libnet/userman.h
index 6ad842f51c..3a49ae89ca 100644
--- a/source4/libnet/userman.h
+++ b/source4/libnet/userman.h
@@ -26,3 +26,9 @@
struct msg_rpc_create_user {
uint32_t rid;
};
+
+
+struct msg_rpc_lookup_name {
+ uint32_t *rid;
+ uint32_t count;
+};