svn commit: samba r26195 - in branches/SAMBA_4_0: . source/lib/events

jelmer at samba.org jelmer at samba.org
Thu Nov 29 14:49:42 GMT 2007


Author: jelmer
Date: 2007-11-29 14:49:42 +0000 (Thu, 29 Nov 2007)
New Revision: 26195

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26195

Log:
Wrap two more functions.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/events/events.i


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/events/events.i
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events.i	2007-11-29 14:49:35 UTC (rev 26194)
+++ branches/SAMBA_4_0/source/lib/events/events.i	2007-11-29 14:49:42 UTC (rev 26195)
@@ -29,3 +29,7 @@
 %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);



More information about the samba-cvs mailing list