mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo.
This commit is contained in:
parent
076ec6008e
commit
be37749ac7
@ -169,6 +169,8 @@ NTSTATUS dcerpc_pipe_connect(struct dcerpc_pipe **OUT,
|
||||
|
||||
const char *dcerpc_server_name(struct dcerpc_pipe *p);
|
||||
|
||||
char *nt_errstr(NTSTATUS nt_code);
|
||||
|
||||
/* Some typemaps for easier access to resume handles. Really this can
|
||||
also be done using the uint32 carray functions, but it's a bit of a
|
||||
hassle. TODO: Fix memory leak here. */
|
||||
@ -228,6 +230,7 @@ const char *dcerpc_server_name(struct dcerpc_pipe *p);
|
||||
them all by hand. */
|
||||
|
||||
%array_functions(struct samr_SamEntry, samr_SamEntry_array);
|
||||
%array_functions(union samr_ConnectInfo, samr_ConnectInfo_array);
|
||||
|
||||
%include "librpc/gen_ndr/misc.i"
|
||||
%include "librpc/gen_ndr/security.i"
|
||||
|
Loading…
Reference in New Issue
Block a user