mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
OMG this rocks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@102 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -254,7 +254,7 @@ struct switch_application_interface {
|
||||
struct switch_api_interface {
|
||||
const char *interface_name;
|
||||
const char *desc;
|
||||
switch_status (*function)(char *in, char *out, size_t outlen);
|
||||
switch_api_function function;
|
||||
const struct switch_api_interface *next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user