提交 628b4048 authored 作者: Chris Rienzo's avatar Chris Rienzo

mod_rayo: added missing modeline

上级 20f3b7d1
...@@ -82,3 +82,15 @@ extern void rayo_component_api_execute_async(struct rayo_component *component, c ...@@ -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); extern struct rayo_component *rayo_component_locate(const char *id, const char *file, int line);
#endif #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
*/
...@@ -107,3 +107,15 @@ ELEMENT(RAYO_JOIN) ...@@ -107,3 +107,15 @@ ELEMENT(RAYO_JOIN)
ELEMENT_END ELEMENT_END
#endif #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
*/
...@@ -654,3 +654,15 @@ switch_status_t rayo_input_component_shutdown(void) ...@@ -654,3 +654,15 @@ switch_status_t rayo_input_component_shutdown(void)
switch_event_unbind_callback(on_detected_speech_event); switch_event_unbind_callback(on_detected_speech_event);
return SWITCH_STATUS_SUCCESS; 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
*/
...@@ -1138,3 +1138,15 @@ switch_status_t rayo_output_component_shutdown(void) ...@@ -1138,3 +1138,15 @@ switch_status_t rayo_output_component_shutdown(void)
{ {
return SWITCH_STATUS_SUCCESS; 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
*/
...@@ -656,3 +656,15 @@ switch_status_t rayo_prompt_component_shutdown(void) ...@@ -656,3 +656,15 @@ switch_status_t rayo_prompt_component_shutdown(void)
{ {
return SWITCH_STATUS_SUCCESS; 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
*/
...@@ -514,3 +514,15 @@ switch_status_t rayo_record_component_shutdown(void) ...@@ -514,3 +514,15 @@ switch_status_t rayo_record_component_shutdown(void)
switch_event_unbind_callback(on_mixer_record_event); switch_event_unbind_callback(on_mixer_record_event);
return SWITCH_STATUS_SUCCESS; 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
*/
...@@ -87,3 +87,15 @@ ...@@ -87,3 +87,15 @@
#define TEST_INIT switch_core_init(0, SWITCH_TRUE, &err); #define TEST_INIT switch_core_init(0, SWITCH_TRUE, &err);
#endif #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
*/
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论