]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update sample
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 6 Nov 2007 16:55:29 +0000 (16:55 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 6 Nov 2007 16:55:29 +0000 (16:55 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@320 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/zap_skel.c

index 34a840c9dacd7d66cf12a4599fb8c519efbc1a61..992ca264e19909d85d1677215d9e844d95537938 100644 (file)
@@ -41,6 +41,11 @@ static ZIO_CONFIGURE_FUNCTION(skel_configure)
        return ZAP_FAIL;
 }
 
+static ZIO_CONFIGURE_SPAN_FUNCTION(skel_configure_span)
+{
+
+}
+
 static ZIO_OPEN_FUNCTION(skel_open) 
 {
        ZIO_OPEN_MUZZLE;
@@ -106,6 +111,7 @@ zap_status_t skel_init(zap_io_interface_t **zint)
 
        skel_interface.name = "skel";
        skel_interface.configure =  skel_configure;
+       skel_interface.configure_span =  skel_configure_span;
        skel_interface.open = skel_open;
        skel_interface.close = skel_close;
        skel_interface.wait = skel_wait;