mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
a396b705c8
Instead of ‘int’ or ‘uint32_t’, neither of which convey much meaning, consistently use a newly added type to hold NDR_ flags. Update the NDR 4.0.0 ABI. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
7 lines
189 B
C
7 lines
189 B
C
|
|
enum ndr_err_code ndr_push_dns_string_list(struct ndr_push *ndr,
|
|
struct ndr_token_list *string_list,
|
|
ndr_flags_type ndr_flags,
|
|
const char *s,
|
|
bool is_nbt);
|