1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

re-run make idl.

Guenther
(This used to be commit 4f3fa6af7fd2e7d178ae395ee8ce4955437ef25d)
This commit is contained in:
Günther Deschner 2008-09-04 16:40:18 +02:00
parent d44cf830b9
commit f079699ad5

View File

@ -561,6 +561,16 @@ struct TIME_OF_DAY_INFO {
uint32_t tod_weekday;
};
struct SHARE_INFO_0 {
const char * shi0_netname;
};
struct SHARE_INFO_1 {
const char * shi1_netname;
uint32_t shi1_type;
const char * shi1_remark;
};
struct SHARE_INFO_2 {
const char * shi2_netname;
uint32_t shi2_type;
@ -572,6 +582,25 @@ struct SHARE_INFO_2 {
const char * shi2_passwd;
};
struct SHARE_INFO_501 {
const char * shi501_netname;
uint32_t shi501_type;
const char * shi501_remark;
uint32_t shi501_flags;
};
struct SHARE_INFO_1004 {
const char * shi1004_remark;
};
struct SHARE_INFO_1005 {
uint32_t shi1005_flags;
};
struct SHARE_INFO_1006 {
uint32_t shi1006_max_uses;
};
struct NetJoinDomain {
struct {