Mon Jan 5 06:43:24 CST 2009 Pekka Pessi <first.last@nokia.com>

* tport_type_tls.c: no tport_tls_deliver() yet



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11774 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-02-11 16:15:05 +00:00
parent 1d36053c74
commit f92b45a9fa
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
Wed Feb 11 10:14:24 CST 2009
Wed Feb 11 10:14:53 CST 2009

View File

@ -94,7 +94,9 @@ static ssize_t tport_tls_send(tport_t const *self, msg_t *msg,
static int tport_tls_accept(tport_primary_t *pri, int events);
static tport_t *tport_tls_connect(tport_primary_t *pri, su_addrinfo_t *ai,
tp_name_t const *tpn);
#if notyet
static void tport_tls_deliver(tport_t *self, msg_t *msg, su_time_t now);
#endif
tport_vtable_t const tport_tls_vtable =
{