1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00

r6213: Add %array_functions for struct samr_String so we can create and

access arrays of them.
(This used to be commit fc2b73d4d7)
This commit is contained in:
Tim Potter 2005-04-05 11:48:16 +00:00 committed by Gerald (Jerry) Carter
parent 3b64edcfff
commit f0641cae5d

View File

@ -228,6 +228,7 @@ char *nt_errstr(NTSTATUS nt_code);
pidl to automatically generating these instead of having to find
them all by hand. */
%array_functions(struct samr_String, samr_String_array);
%array_functions(struct samr_SamEntry, samr_SamEntry_array);
%array_functions(union samr_ConnectInfo, samr_ConnectInfo_array);