mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
r26195: Wrap two more functions.
This commit is contained in:
parent
cfb6bbdc31
commit
f7312cbb76
@ -29,3 +29,7 @@ struct event_context *event_context_init(TALLOC_CTX *mem_ctx);
|
||||
%typemap(default) struct event_context * {
|
||||
$1 = event_context_init(NULL);
|
||||
}
|
||||
|
||||
struct event_context *event_context_init_byname(TALLOC_CTX *mem_ctx, const char *name);
|
||||
|
||||
const char **event_backend_list(TALLOC_CTX *mem_ctx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user