fix scope of endpoint module structures

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6084 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-10-29 18:10:06 +00:00
parent 43dbb6c152
commit ae790526e4
6 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -1415,7 +1415,7 @@ SWITCH_STANDARD_API(sofia_function)
}
static switch_io_routines_t sofia_io_routines = {
switch_io_routines_t sofia_io_routines = {
/*.outgoing_channel */ sofia_outgoing_channel,
/*.read_frame */ sofia_read_frame,
/*.write_frame */ sofia_write_frame,
@@ -1430,7 +1430,7 @@ static switch_io_routines_t sofia_io_routines = {
/*.write_video_frame*/ sofia_write_video_frame
};
static switch_state_handler_table_t sofia_event_handlers = {
switch_state_handler_table_t sofia_event_handlers = {
/*.on_init */ sofia_on_init,
/*.on_ring */ sofia_on_ring,
/*.on_execute */ sofia_on_execute,