summaryrefslogtreecommitdiff
path: root/source4/libnet/composite.h
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-06-18 22:10:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:27 -0500
commit204722b86859da5e2addce51054323b6ad49a658 (patch)
tree862fa64ea1b6a7916a0cd0a4aed9aa114edb81f1 /source4/libnet/composite.h
parentd52ce8ff0c0546b681f3787728f739c1bb6a71e2 (diff)
downloadsamba-204722b86859da5e2addce51054323b6ad49a658.tar.gz
samba-204722b86859da5e2addce51054323b6ad49a658.tar.bz2
samba-204722b86859da5e2addce51054323b6ad49a658.zip
r7732: Implementation of very basic lookup function (to be used in more
specific routines like resolving a pdc). Also, couple of formatting fixes. rafal (This used to be commit b9deaa995da3a732514d5ceab0010adb58be5fe0)
Diffstat (limited to 'source4/libnet/composite.h')
-rw-r--r--source4/libnet/composite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/libnet/composite.h b/source4/libnet/composite.h
index 89ad1c4446..a5608a259e 100644
--- a/source4/libnet/composite.h
+++ b/source4/libnet/composite.h
@@ -22,6 +22,9 @@
composite function io definitions
*/
+#include "librpc/gen_ndr/ndr_samr.h"
+
+
struct libnet_rpc_userinfo {
struct {
struct policy_handle domain_handle;