mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-20 11:11:51 +00:00
adding some shit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@100 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -251,4 +251,11 @@ struct switch_application_interface {
|
||||
const struct switch_application_interface *next;
|
||||
};
|
||||
|
||||
struct switch_api_interface {
|
||||
const char *interface_name;
|
||||
const char *desc;
|
||||
switch_status (*function)(char *in, char *out, size_t outlen);
|
||||
const struct switch_api_interface *next;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user