]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_rayo: added missing modeline
authorChris Rienzo <chris.rienzo@grasshopper.com>
Tue, 25 Jun 2013 19:15:08 +0000 (15:15 -0400)
committerChris Rienzo <chris.rienzo@grasshopper.com>
Tue, 25 Jun 2013 19:15:08 +0000 (15:15 -0400)
src/mod/event_handlers/mod_rayo/rayo_components.h
src/mod/event_handlers/mod_rayo/rayo_elements.h
src/mod/event_handlers/mod_rayo/rayo_input_component.c
src/mod/event_handlers/mod_rayo/rayo_output_component.c
src/mod/event_handlers/mod_rayo/rayo_prompt_component.c
src/mod/event_handlers/mod_rayo/rayo_record_component.c
src/mod/event_handlers/mod_rayo/test.h

index 5e4ef2fcc0accb31dd6c258f86dd720d13df9ea2..71891ea3d629f8eabfafa66dad3db8cbb5ce26be 100644 (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
+ */
+
index 50ce284d50173b61db6fe0b3733bf4a108d6003e..be2d68d054790aaf4eb2a15975e1b2d2d9646ccb 100644 (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
+ */
+
index d9aca853f72a4d2fe8601ef085262931a3203a3f..9e10d1b7a55716695c75e3812768a16114470516 100644 (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
+ */
+
index d2fc0bb51ae102351ef89ebcf403c5a81f71ae7c..82fd0aa8b266f7cbadee78ddf8c80ec0f691bbf8 100644 (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
+ */
+
index 0666b9c982809c63bc3f0f09853f244216b346e9..47dbc46df32c0c1b9f176c610273001f78059b1f 100644 (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
+ */
+
index 257a1903773695d3604dc1d219e69d8f1ea87ffa..2db5b30771fdc0f3bfcd2f5d84fa5b67127f5f5f 100644 (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
+ */
+
index 89752caf9f4ea6108210519f2006854e497b2830..4b5d1e0ac199e2b822918364042094a3b401fa9c 100644 (file)
 #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
+ */
+