1
0
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:
Jelmer Vernooij 2007-11-29 14:49:42 +01:00 committed by Stefan Metzmacher
parent cfb6bbdc31
commit f7312cbb76

View File

@ -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);