diff options
author | Luke Leighton <lkcl@samba.org> | 1998-11-10 19:05:00 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-11-10 19:05:00 +0000 |
commit | 36fcb4a6e643a05d06a2a273d74318fee7f2c647 (patch) | |
tree | 308a5384bae4c3ce3944f0ca00887294db857999 /source/include/ntdomain.h | |
parent | d448906e68cec5019fa83f7d31b862efff41e2da (diff) | |
download | samba-36fcb4a6e643a05d06a2a273d74318fee7f2c647.tar.gz samba-36fcb4a6e643a05d06a2a273d74318fee7f2c647.tar.xz samba-36fcb4a6e643a05d06a2a273d74318fee7f2c647.zip |
rpcclient registry commands.
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r-- | source/include/ntdomain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h index 97122c8169a..5b53834efe5 100644 --- a/source/include/ntdomain.h +++ b/source/include/ntdomain.h @@ -31,6 +31,9 @@ /* miscellaneous structures / defines */ #include "rpc_misc.h" +/* security descriptor structures */ +#include "rpc_secdes.h" + /* different dce/rpc pipes */ #include "rpc_lsa.h" #include "rpc_netlogon.h" |