Changeset 988 for vendor/current/source3/lib/netapi/netapi_private.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/lib/netapi/netapi_private.h
r740 r988 31 31 32 32 struct dcerpc_binding_handle; 33 33 34 34 35 struct libnetapi_private_ctx { … … 61 62 WERROR libnetapi_open_pipe(struct libnetapi_ctx *ctx, 62 63 const char *server_name, 63 const struct ndr_ syntax_id *interface,64 const struct ndr_e, 64 65 struct rpc_pipe_client **presult); 65 66 WERROR libnetapi_get_binding_handle(struct libnetapi_ctx *ctx, 66 67 const char *server_name, 67 const struct ndr_ syntax_id *interface,68 const struct ndr_e, 68 69 struct dcerpc_binding_handle **binding_handle); 69 70 WERROR libnetapi_samr_open_domain(struct libnetapi_ctx *mem_ctx,
Note:
See TracChangeset
for help on using the changeset viewer.
