adding some shit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@100 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2005-12-09 19:23:04 +00:00
parent c104ba366b
commit bbb07474a7
8 changed files with 928 additions and 140 deletions
+7
View File
@@ -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