mod_rayo: added missing modeline

This commit is contained in:
Chris Rienzo 2013-06-25 15:15:08 -04:00
parent 20f3b7d1b7
commit 628b4048d9
7 changed files with 84 additions and 0 deletions

View File

@ -82,3 +82,15 @@ extern void rayo_component_api_execute_async(struct rayo_component *component, c
extern struct rayo_component *rayo_component_locate(const char *id, const char *file, int line);
#endif
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet
*/

View File

@ -107,3 +107,15 @@ ELEMENT(RAYO_JOIN)
ELEMENT_END
#endif
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet
*/

View File

@ -654,3 +654,15 @@ switch_status_t rayo_input_component_shutdown(void)
switch_event_unbind_callback(on_detected_speech_event);
return SWITCH_STATUS_SUCCESS;
}
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet
*/

View File

@ -1138,3 +1138,15 @@ switch_status_t rayo_output_component_shutdown(void)
{
return SWITCH_STATUS_SUCCESS;
}
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet
*/

View File

@ -656,3 +656,15 @@ switch_status_t rayo_prompt_component_shutdown(void)
{
return SWITCH_STATUS_SUCCESS;
}
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet
*/

View File

@ -514,3 +514,15 @@ switch_status_t rayo_record_component_shutdown(void)
switch_event_unbind_callback(on_mixer_record_event);
return SWITCH_STATUS_SUCCESS;
}
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet
*/

View File

@ -87,3 +87,15 @@
#define TEST_INIT switch_core_init(0, SWITCH_TRUE, &err);
#endif
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet
*/