r6213: Add %array_functions for struct samr_String so we can create and
authorTim Potter <tpot@samba.org>
Tue, 5 Apr 2005 11:48:16 +0000 (11:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:26 +0000 (13:11 -0500)
access arrays of them.
(This used to be commit fc2b73d4d75f383108632935ba047890c816b283)

source4/scripting/swig/dcerpc.i

index a76e1301af06623dcddbe5f1c3a58c0a4b6403c2..d4de8365f204b36c27f8bd0918984159b8a1c2a9 100644 (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);