diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-13 09:33:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:48 -0500 |
commit | 40d117a893b3e96fd1b9aab60602938b6b727ebc (patch) | |
tree | 3fb6153ae837a9ccdbc51fd6d77086235382e30d | |
parent | d8da32a2845b99cc4272fedd28dff570331be63e (diff) | |
download | samba-40d117a893b3e96fd1b9aab60602938b6b727ebc.tar.gz samba-40d117a893b3e96fd1b9aab60602938b6b727ebc.tar.bz2 samba-40d117a893b3e96fd1b9aab60602938b6b727ebc.zip |
r5372: fixed the build
(This used to be commit 2899d289455d373409c2aadc3dbefd96ea1c91b8)
-rw-r--r-- | source4/include/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 32a30d9d9d..8b566fd3f5 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -119,6 +119,7 @@ union libnet_find_pdc; union libnet_rpc_connect; union libnet_RemoteTOD; union libnet_JoinDomain; +union libnet_CreateUser; struct net_functable; struct net_context; |