idl: Update IDL for eventlog, misc, netlogon and security from Samba 4.
[sfrench/samba-autobuild/.git] / source3 / librpc / gen_ndr / netlogon.h
index e33818257d4a7a80a2f3acf23a5865e9148f07e1..4b97470b6a54d98c165d7e829032d0c19ec84740 100644 (file)
@@ -215,10 +215,10 @@ struct netr_USER_KEY16 {
 
 struct netr_PasswordHistory {
        uint16_t nt_length;
-       uint16_t nt_size;
+       uint16_t nt_size;/* [value(nt_length)] */
        uint32_t nt_flags;
        uint16_t lm_length;
-       uint16_t lm_size;
+       uint16_t lm_size;/* [value(lm_length)] */
        uint32_t lm_flags;
        uint8_t *nt_history;
        uint8_t *lm_history;