From f536634c04bbf4e45680412dd03315fa96d0f754 Mon Sep 17 00:00:00 2001 From: Chris Rienzo Date: Tue, 25 Jun 2013 15:15:08 -0400 Subject: [PATCH] mod_rayo: added missing modeline --- src/mod/event_handlers/mod_rayo/rayo_components.h | 12 ++++++++++++ src/mod/event_handlers/mod_rayo/rayo_elements.h | 12 ++++++++++++ .../event_handlers/mod_rayo/rayo_input_component.c | 12 ++++++++++++ .../event_handlers/mod_rayo/rayo_output_component.c | 12 ++++++++++++ .../event_handlers/mod_rayo/rayo_prompt_component.c | 12 ++++++++++++ .../event_handlers/mod_rayo/rayo_record_component.c | 12 ++++++++++++ src/mod/event_handlers/mod_rayo/test.h | 12 ++++++++++++ 7 files changed, 84 insertions(+) diff --git a/src/mod/event_handlers/mod_rayo/rayo_components.h b/src/mod/event_handlers/mod_rayo/rayo_components.h index 5e4ef2fcc0..71891ea3d6 100644 --- a/src/mod/event_handlers/mod_rayo/rayo_components.h +++ b/src/mod/event_handlers/mod_rayo/rayo_components.h @@ -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 + */ + diff --git a/src/mod/event_handlers/mod_rayo/rayo_elements.h b/src/mod/event_handlers/mod_rayo/rayo_elements.h index 50ce284d50..be2d68d054 100644 --- a/src/mod/event_handlers/mod_rayo/rayo_elements.h +++ b/src/mod/event_handlers/mod_rayo/rayo_elements.h @@ -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 + */ + diff --git a/src/mod/event_handlers/mod_rayo/rayo_input_component.c b/src/mod/event_handlers/mod_rayo/rayo_input_component.c index d9aca853f7..9e10d1b7a5 100644 --- a/src/mod/event_handlers/mod_rayo/rayo_input_component.c +++ b/src/mod/event_handlers/mod_rayo/rayo_input_component.c @@ -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 + */ + diff --git a/src/mod/event_handlers/mod_rayo/rayo_output_component.c b/src/mod/event_handlers/mod_rayo/rayo_output_component.c index d2fc0bb51a..82fd0aa8b2 100644 --- a/src/mod/event_handlers/mod_rayo/rayo_output_component.c +++ b/src/mod/event_handlers/mod_rayo/rayo_output_component.c @@ -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 + */ + diff --git a/src/mod/event_handlers/mod_rayo/rayo_prompt_component.c b/src/mod/event_handlers/mod_rayo/rayo_prompt_component.c index 0666b9c982..47dbc46df3 100644 --- a/src/mod/event_handlers/mod_rayo/rayo_prompt_component.c +++ b/src/mod/event_handlers/mod_rayo/rayo_prompt_component.c @@ -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 + */ + diff --git a/src/mod/event_handlers/mod_rayo/rayo_record_component.c b/src/mod/event_handlers/mod_rayo/rayo_record_component.c index 257a190377..2db5b30771 100644 --- a/src/mod/event_handlers/mod_rayo/rayo_record_component.c +++ b/src/mod/event_handlers/mod_rayo/rayo_record_component.c @@ -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 + */ + diff --git a/src/mod/event_handlers/mod_rayo/test.h b/src/mod/event_handlers/mod_rayo/test.h index 89752caf9f..4b5d1e0ac1 100644 --- a/src/mod/event_handlers/mod_rayo/test.h +++ b/src/mod/event_handlers/mod_rayo/test.h @@ -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 + */ +