diff options
author | Günther Deschner <gd@samba.org> | 2008-08-27 01:44:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-08-29 13:57:56 +0200 |
commit | 58d56de1b10464778649d16b33e765878c88bb79 (patch) | |
tree | 9f4785e19f7def62017250455c4b05a083982131 /source3/librpc/gen_ndr/libnetapi.h | |
parent | 965f947e27a9af53e4cd5167f16a17d9ae6116c0 (diff) | |
download | samba-58d56de1b10464778649d16b33e765878c88bb79.tar.gz samba-58d56de1b10464778649d16b33e765878c88bb79.tar.bz2 samba-58d56de1b10464778649d16b33e765878c88bb79.zip |
re-run make idl.
Guenther
(This used to be commit 3235ac063bca3805b749ee7ce27028a6828af3e9)
Diffstat (limited to 'source3/librpc/gen_ndr/libnetapi.h')
-rw-r--r-- | source3/librpc/gen_ndr/libnetapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h index 89297aead2..4426f43f7b 100644 --- a/source3/librpc/gen_ndr/libnetapi.h +++ b/source3/librpc/gen_ndr/libnetapi.h @@ -339,6 +339,9 @@ struct USER_INFO_X { const char * usriX_logon_server; uint32_t usriX_country_code; uint32_t usriX_code_page; + const char * usriX_profile; + const char * usriX_home_dir_drive; + uint32_t usriX_primary_group_id; }; struct USER_MODALS_INFO_0 { |