]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add magic comments for emacs and vi in source and header files to properly format...
authorMichael Jerris <mike@jerris.com>
Mon, 27 Nov 2006 22:30:48 +0000 (22:30 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 27 Nov 2006 22:30:48 +0000 (22:30 +0000)
/* For Emacs:
 * Local Variables:
 * mode:c
 * indent-tabs-mode:nil
 * tab-width:4
 * c-basic-offset:4
 * End:
 * For VIM:
 * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
 */

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3462 d0543943-73ff-0310-b7d9-9358b9ac24b2

115 files changed:
libs/libdingaling/src/ldl_compat.h
libs/libdingaling/src/libdingaling.c
libs/libdingaling/src/libdingaling.h
libs/libdingaling/src/sha1.c
libs/libteletone/src/libteletone.h
libs/libteletone/src/libteletone_detect.c
libs/libteletone/src/libteletone_detect.h
libs/libteletone/src/libteletone_generate.c
libs/libteletone/src/libteletone_generate.h
src/include/switch.h
src/include/switch_apr.h
src/include/switch_bitpack.h
src/include/switch_buffer.h
src/include/switch_caller.h
src/include/switch_channel.h
src/include/switch_config.h
src/include/switch_console.h
src/include/switch_core.h
src/include/switch_event.h
src/include/switch_frame.h
src/include/switch_ivr.h
src/include/switch_loadable_module.h
src/include/switch_log.h
src/include/switch_module_interfaces.h
src/include/switch_platform.h
src/include/switch_resample.h
src/include/switch_rtp.h
src/include/switch_sqlite.h
src/include/switch_stun.h
src/include/switch_types.h
src/include/switch_utils.h
src/include/switch_xml.h
src/mod/applications/mod_bridgecall/mod_bridgecall.c
src/mod/applications/mod_commands/mod_commands.c
src/mod/applications/mod_conference/mod_conference.c
src/mod/applications/mod_dptools/mod_dptools.c
src/mod/applications/mod_echo/mod_echo.c
src/mod/applications/mod_ivrtest/mod_ivrtest.c
src/mod/applications/mod_park/mod_park.c
src/mod/applications/mod_playback/mod_playback.c
src/mod/applications/mod_rss/mod_rss.c
src/mod/applications/mod_skel/mod_skel.c
src/mod/asr_tts/mod_cepstral/mod_cepstral.c
src/mod/codecs/mod_g711/mod_g711.c
src/mod/codecs/mod_g722/mod_g722.c
src/mod/codecs/mod_g723_1/mod_g723_1.c
src/mod/codecs/mod_g726/mod_g726.c
src/mod/codecs/mod_g729/mod_g729.c
src/mod/codecs/mod_gsm/mod_gsm.c
src/mod/codecs/mod_ilbc/mod_ilbc.c
src/mod/codecs/mod_l16/mod_l16.c
src/mod/codecs/mod_lpc10/mod_lpc10.c
src/mod/codecs/mod_speex/mod_speex.c
src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c
src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
src/mod/directories/mod_ldap/mod_ldap.c
src/mod/endpoints/mod_dingaling/mod_dingaling.c
src/mod/endpoints/mod_iax/mod_iax.c
src/mod/endpoints/mod_portaudio/mod_portaudio.c
src/mod/endpoints/mod_sofia/mod_sofia.c
src/mod/endpoints/mod_wanpipe/mod_wanpipe.c
src/mod/endpoints/mod_woomera/mod_woomera.c
src/mod/event_handlers/mod_cdr/basecdr.cpp
src/mod/event_handlers/mod_cdr/basecdr.h
src/mod/event_handlers/mod_cdr/baseregistry.cpp
src/mod/event_handlers/mod_cdr/baseregistry.h
src/mod/event_handlers/mod_cdr/cdrcontainer.cpp
src/mod/event_handlers/mod_cdr/cdrcontainer.h
src/mod/event_handlers/mod_cdr/csvcdr.cpp
src/mod/event_handlers/mod_cdr/csvcdr.h
src/mod/event_handlers/mod_cdr/mod_cdr.cpp
src/mod/event_handlers/mod_cdr/mysqlcdr.cpp
src/mod/event_handlers/mod_cdr/mysqlcdr.h
src/mod/event_handlers/mod_cdr/pddcdr.cpp
src/mod/event_handlers/mod_cdr/pddcdr.h
src/mod/event_handlers/mod_cdr/xmlcdr.cpp
src/mod/event_handlers/mod_cdr/xmlcdr.h
src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c
src/mod/event_handlers/mod_event_socket/mod_event_socket.c
src/mod/event_handlers/mod_event_test/mod_event_test.c
src/mod/event_handlers/mod_xmpp_event/mod_xmpp_event.c
src/mod/event_handlers/mod_zeroconf/mod_zeroconf.c
src/mod/formats/mod_native_file/mod_native_file.c
src/mod/formats/mod_sndfile/mod_sndfile.c
src/mod/languages/mod_mono/mod_mono.c
src/mod/languages/mod_perl/mod_perl.c
src/mod/languages/mod_php/mod_php.c
src/mod/languages/mod_php/php_freeswitch.h
src/mod/languages/mod_python/mod_python.c
src/mod/languages/mod_ruby/mod_ruby.c
src/mod/languages/mod_spidermonkey/mod_spidermonkey.c
src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.c
src/mod/languages/mod_spidermonkey_skel/mod_spidermonkey_skel.c
src/mod/languages/mod_spidermonkey_teletone/mod_spidermonkey_teletone.c
src/mod/loggers/mod_console/mod_console.c
src/mod/loggers/mod_syslog/mod_syslog.c
src/mod/timers/mod_softtimer/mod_softtimer.c
src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c
src/switch.c
src/switch_buffer.c
src/switch_caller.c
src/switch_channel.c
src/switch_config.c
src/switch_console.c
src/switch_core.c
src/switch_event.c
src/switch_ivr.c
src/switch_loadable_module.c
src/switch_log.c
src/switch_resample.c
src/switch_rtp.c
src/switch_stun.c
src/switch_swig.c
src/switch_utils.c
src/switch_xml.c

index 0f74b8eb942762456a5cf56ef7e7f0cedaf03720..3dc14206d9149b6ea9f61888e0b224368ba097a2 100644 (file)
@@ -61,3 +61,14 @@ typedef unsigned long        in_addr_t;
 #endif
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 0802c43eec55e59e307907e9c2dc8bcbd5157990..6a2c3aee19bed04dfd53a8f6c35e6a393c8bb089 100644 (file)
@@ -2134,4 +2134,13 @@ void ldl_handle_set_log_stream(ldl_handle_t *handle, FILE *log_stream)
        handle->log_stream = log_stream;
 }
 
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 1b902b751c13c9e7171da2ffa921c3666de5b9ef..2793b7fb082395af95fe7278c4a6d6d6e7f6a8fd 100644 (file)
@@ -557,3 +557,14 @@ void ldl_handle_set_log_stream(ldl_handle_t *handle, FILE *log_stream);
  *
  */
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index f7aa53453891d9c07658d1ccfcdda6830b14f8af..0d407e8e41fc1996231381d17c8cf57dcb18d300 100644 (file)
@@ -212,4 +212,13 @@ unsigned char finalcount[8];
 #endif
 }
 
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index bb020b989d0f01e9f5dda50c559db104ce580de8..729c67d2053494a1b099d0c126ba974afe30b95a 100644 (file)
@@ -74,3 +74,14 @@ typedef struct {
 #endif
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index a815d255fbd45c2bb36030288b0723073743f9f8..c2ee66a4747ad8ac769f5368fc39c8092e9100e8 100644 (file)
@@ -401,3 +401,13 @@ int teletone_dtmf_get (teletone_dtmf_detect_state_t *dtmf_detect_state,
     return  max;
 }
 
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 327f406d17fd6308f7aa6e83e770f1943d798e35..5ec09133d09efb82c5ee69bca52418aec182e7dd 100644 (file)
@@ -225,3 +225,14 @@ teletone_process_t teletone_goertzel_result (teletone_goertzel_state_t *goertzel
 #endif
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index b3421da35870937a1d06f6e5962a3541e0dac8d2..0a429d3afbd68d1b893fad413a5f92efb829a0b3 100644 (file)
@@ -414,3 +414,14 @@ int teletone_run(teletone_generation_session_t *ts, char *cmd)
 
        return 0;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 817cda0c63c24be6b97e70f4bcc21fa3d20bb681..f4736754daf00f1427be897589d332be8f00ae35 100644 (file)
@@ -163,3 +163,14 @@ int teletone_run(teletone_generation_session_t *ts, char *cmd);
 #endif
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 6499d208150c0d63c05c979f18c5aa340060de35..3ba4224044921f03b66ef5d0fa2ddffe8916b484 100644 (file)
  *
  */
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 71b40476c0375a4628ef97e966c90319c1cf7d83..d5aba5aba2f605f5148c1134558b878439d08bc9 100644 (file)
@@ -1441,3 +1441,14 @@ SWITCH_DECLARE(switch_status_t) switch_mutex_init(switch_mutex_t **lock,
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index fe731f189f571c681ffa915d9c57f05e8beb7760..9042c6e94a0012c746384c6b2b0f72d466d9bbd6 100644 (file)
@@ -280,3 +280,14 @@ static inline int8_t switch_bitpack_in(switch_bitpack_t *pack, switch_byte_t in)
 
 SWITCH_END_EXTERN_C
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index e67f9defb09fc256397226a8c57d4056d96a5058..ac4c05e0fa0a6abe0f41497544f697bb3e37593b 100644 (file)
@@ -131,3 +131,14 @@ SWITCH_DECLARE(void) switch_buffer_destroy(switch_buffer_t **buffer);
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 756f450a993aef10a6770fc1d03f009fa5640794..ce7e141170695530f6e74ea79ff7b885f0f2f5e0 100644 (file)
@@ -203,4 +203,13 @@ SWITCH_END_EXTERN_C
 
 #endif
 
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index dd22ca9f2e5176bbe12560c78c47e477e9dc2dc7..3bcebfc47cf998a6676d4e6dc4fd172b94c08d85 100644 (file)
@@ -436,3 +436,14 @@ SWITCH_DECLARE(switch_status_t) switch_channel_get_raw_mode (switch_channel_t *c
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index e40a34de6d749d90373cfe98d39b73a42125f654..32f83d55787f8683424e400802b0936afb192d4c 100644 (file)
@@ -109,3 +109,14 @@ SWITCH_END_EXTERN_C
 /** @} */
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index ffb0be86601da43346319e36468aa1985475f328..36e8ce726152df5d38f914f189705c12aaee1ec8 100644 (file)
@@ -71,3 +71,14 @@ SWITCH_DECLARE(switch_status_t) switch_console_stream_write(switch_stream_handle
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 56de1c27871e51049dd8705efd30d9c2c53a0ac2..232c54a5ced643891e92f222d919a39d04d5be3d 100644 (file)
@@ -1362,3 +1362,14 @@ SWITCH_DECLARE(void) switch_core_set_globals(void);
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index b7c5cfcdcda2e435dca6b57c70eca56f7c9de519..7ea33d2249c992a4f8bd7258d3fafb65358eed5c 100644 (file)
@@ -313,3 +313,14 @@ SWITCH_DECLARE(void) switch_event_deliver(switch_event_t **event);
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 5fbaebcaccd9db5a0dcfc186f7f5eec9140dec1f..9bd67ceecbc20c5ac0f87ee6a93d4c6f6e1b294e 100644 (file)
@@ -71,3 +71,14 @@ struct switch_frame {
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index c1a1454c084b708cbe1267f0b98fc8a35dec2a19..996cddb12b83bb79f4f20432b530de42ffd97a6b 100644 (file)
@@ -578,4 +578,13 @@ SWITCH_END_EXTERN_C
 
 #endif
 
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index e3d3a7c4e45f1fe19be16077452d25b96ec0fc94..82689c836e0bae26f692ab5a91f91d9872a71264 100644 (file)
@@ -251,3 +251,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void);
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 27e3143de610ed09b5a14417c850bd021ab63469..db717a846762dbbdf5cd94df9d69dc8bcea5439a 100644 (file)
@@ -120,3 +120,14 @@ SWITCH_DECLARE(switch_log_level_t) switch_log_str2level(const char *str);
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index a1541e8895f3b0351ab24557964843cca6f8096b..9d137e63a6be8b3e11ac04d688b3b47370ab8598 100644 (file)
@@ -604,3 +604,14 @@ struct switch_api_interface {
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index a6e98066f0e9af53704a6d0a5ef35773d329fe68..87bc6b9e1ff3df4e704995d453c82670e2f41aed 100644 (file)
@@ -155,3 +155,14 @@ typedef unsigned long      in_addr_t;
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index b02edf60d9decab57eaaed8d405e5787612878ad..ad96d45645b1ec9be8e579baabbeec2823116a24 100644 (file)
@@ -168,4 +168,13 @@ SWITCH_END_EXTERN_C
 
 #endif
 
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 2f2629596d91b293dcd2fa0ae393ebd0d3b2f7a1..947444cdcad85b00f2f53d57c8c94a720ede5c9d 100644 (file)
@@ -380,3 +380,14 @@ SWITCH_DECLARE(void *)switch_rtp_get_private(switch_rtp_t *rtp_session);
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 715fcec8a31a88f58c4d39c12424c804ac4c0800..4d53ca3e182eb010d18b2b431b08597f547434e8 100644 (file)
@@ -1808,3 +1808,14 @@ DoxyDefine(void switch_core_db_free(char *z);)
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index a97adf3eb64519bb73384e456b48b53cd22b19fc..9c83642a14eb12863a7eddcbf4d928c691f9b958 100644 (file)
@@ -243,3 +243,14 @@ SWITCH_DECLARE(switch_status_t) switch_stun_lookup (char **ip,
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index e489eb985ed2f5a22250c4b72f1f5d036ac2b768..06e803b1f4cd5a33bd376da2da9a3569dcbfc32d 100644 (file)
@@ -912,3 +912,14 @@ struct switch_ivr_digit_stream_parser;
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index ebf0aa366be9b0a9efb18fcbe440ce8de81ac15a..2ff270eb8f4b4cc9072a5cfb4d2df46e5c7d3368 100644 (file)
@@ -240,3 +240,14 @@ SWITCH_DECLARE(char *) switch_url_decode(char *s);
 SWITCH_END_EXTERN_C
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 29229e98dee28713abe15e99fd2b4de8a07fe0d9..4288904e671bc044bad4ff497d2eec41d77143b9 100644 (file)
@@ -336,3 +336,14 @@ SWITCH_END_EXTERN_C
 ///\}
 
 #endif // _SWITCH_XML_H
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index c25003149cbc6c5c0407027778a0b7c49cd6f4ce..52281bd4895e22a37c322757546e7acba2a9208c 100644 (file)
@@ -108,3 +108,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index d0478b0d42c3ce80353c618f56d577ca491c1a4d..f0854220a17a259659bf954977c07c3aa3846fa7 100644 (file)
@@ -769,3 +769,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 516195751553a3110b33d15b939018365b94e07e..e3481504ef402a35f9cf412fc415301e433ed8da 100644 (file)
@@ -3436,3 +3436,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void)
 
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index c3ef0600bc93f0f66d6d0a0c758dda4486f79118..f2880efd4543ad64e9f995a3ab36f8336c5b565c 100644 (file)
@@ -420,3 +420,14 @@ if it returns anything but SWITCH_STATUS_TERM it will be called again automaticl
 \r
 \r
 //switch_status_t switch_module_runtime(void)\r
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 00f3d3467023646688be5fb142f5471f5b15c0ee..b10319684ac6382c70de2a74228285a1fc6966bb 100644 (file)
@@ -72,3 +72,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 06166e9e246d843ac70d0021c7c241deaf183f8d..68f95668a2ce2052aff3177407568cdff4326c4f 100644 (file)
@@ -491,3 +491,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
 
 
 //switch_status_t switch_module_runtime(void)
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index bb6c8d1177a5c539212bc5a3f54e0d9011fcaf91..d0defe84f19e65c40646e03a0b87da9085f5959d 100644 (file)
@@ -65,3 +65,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 43f08916738c469a6ceb1ece5d00f7565471a29a..81f717286c3eae6dbc54ac0dc6b8c09309593887 100644 (file)
@@ -224,3 +224,14 @@ if it returns anything but SWITCH_STATUS_TERM it will be called again automaticl
 
 
 //switch_status_t switch_module_runtime(void)
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index ccfb3323bc7e0993499b2cd3dd244df50dfcea3a..3c521e59bd99da7914a30349ea7c8ceb61e9f752 100644 (file)
@@ -679,3 +679,13 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        return SWITCH_STATUS_SUCCESS;
 }
 
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index b3cd6df053fa351d18c2979473fa11274872680f..306535eb0d508f9ef20059e212314baee47827dd 100644 (file)
@@ -78,3 +78,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_runtime(void)
        return SWITCH_STATUS_TERM;
 }
 */
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 573a235988ff922d0570904d23dbb5c62eb1b4b4..c06d63a9b0f82512320fb19ba6a569afa242498b 100644 (file)
@@ -435,3 +435,14 @@ switch_status_t switch_module_load(const switch_loadable_module_interface_t **mo
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index b40096e91e5094b8456e8e70e6a2d827ff24126a..2dec8063b7bd17b81e872cb6769f05baf353598c 100644 (file)
@@ -326,3 +326,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index ade74ede026f5239173261e8af6dae02f0c7c19e..c7e923c5b0018002cbdc6d0000d7a29792c24fe5 100644 (file)
@@ -183,3 +183,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 910175944a87edc5b9497effc9c05cd10895df20..e0e6aa5ab957b82d7f69ab9b0b66c91f4f9a1674 100644 (file)
@@ -222,3 +222,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */ 
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 832280d9ff2c49e9b650655cb2c3140d03d44fc9..4bd2daf051972b7b515aa20ac9e1660376c068ab 100644 (file)
@@ -448,3 +448,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */ 
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index b1c0ede2db2ddb86ec36604dcd4cf361c11b8bd7..332f2b18a21877c931b24c4a55ae423daa175375 100644 (file)
@@ -282,3 +282,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */ 
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index b969d24f2c61605ca5fdd5b6b7ba092e08375902..e64d4e387c50631a81b0c0adbde0b959d38c921f 100644 (file)
@@ -174,4 +174,13 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
                return SWITCH_STATUS_SUCCESS;
 }
 
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index b9d13ece550a0f8888f57f692e9f842ff8952490..e3ee68794e8e26b78f491a742d13aebbaa089d84 100644 (file)
@@ -333,9 +333,13 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
 
 }
 
-
-
-
-
-
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index e67e4973f80824abb6b53414343cea5fb5506435..ba4788eca0394b2ebec25f7776c25fe28dd4da08 100644 (file)
@@ -263,3 +263,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 42b8368b02fd68ee5bffd4a691f7c41926bd9cac..2b364e0a2595c578b5700e42e37c91be63abb80d 100644 (file)
@@ -210,3 +210,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */ 
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 5207b3f82d673a62c9db53e1e4a24a651b590d3c..f506a83d5ac6461a728a744d7c18861cb1617346 100644 (file)
@@ -351,3 +351,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index ba2cc98b5ef1b66f75e757c663355ba5773c9ae1..01f665c1b50a0ad139f818d6c182c6bf8a59adfb 100644 (file)
@@ -183,3 +183,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index c247aa62f47a0513694e95d30ffc3e5db5ae1814..9d6488f4bba598fd22c2c3225581fc5c1e56927e 100644 (file)
@@ -356,3 +356,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 3b6171dcd11c5ed8b5f4b950c1a01edc6a64f2d6..c28bd946e5e9bf5b65de36e53353929679378427 100644 (file)
@@ -228,3 +228,14 @@ switch_status_t switch_module_load(const switch_loadable_module_interface_t **mo
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 546c4f964ea96f33164e26b91c3d64a642bfa221..546aba7393015c7f6bfbc56664a6ab96f0501258 100644 (file)
@@ -2633,3 +2633,13 @@ static ldl_status handle_response(ldl_handle_t *handle, char *id)
        return LDL_STATUS_SUCCESS;
 }
 
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 660e31dc69556c487f5e6ea79b3c0b90ea835ad7..6baccc4da4a213aae068de6b6bc9a7971bdfdec3 100644 (file)
@@ -1200,3 +1200,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void)
        }
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 1c463952d73779e970edac0be73ba82b1b380b87..9c5a41ab1a710d2070f96e9ee2eeaed2bbce627e 100644 (file)
@@ -1029,3 +1029,14 @@ static switch_status_t call_info(char *callid, switch_core_session_t *session, s
 
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 7126ec6144421c07b63429000e8ed0cfc350ec61..ca937fbdd0ac82e1e900c9e29fac0be512845baf 100644 (file)
@@ -5355,3 +5355,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void)
 
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 0ea42f58655be6ab9ecd8040361029000ca588d5..275db2e11d2c540c2218cbc718a6a227fd1622e4 100644 (file)
@@ -1532,5 +1532,13 @@ static switch_status_t config_wanpipe(int reload)
 
 }
 
-
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 60bb3fd09e9b0e5c0fc0181935184e8e2cd3de02..a31633919b133f5a31a9df5d5f9e0ae42e956950 100644 (file)
@@ -1391,3 +1391,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 1aaee02773e13a54064c4b8df0db80b83679c0fe..ae7fb56de1eb2eee08af8afa7981dc9505688a41 100644 (file)
@@ -358,3 +358,14 @@ void BaseCDR::process_channel_variables(const std::list<std::string>& stringlist
                }
        }
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index a8ff3212c9199f7b2b4cfdec39014a60c068c3df..434432c7bbbcfbcbc1f458fdcb03cba125e5e9e0 100644 (file)
@@ -105,3 +105,14 @@ class BaseCDR {
 
 #endif
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 385968ce8861b06d3fc865d81546d1c59f4d15d9..f59ed1811d9ba38e6a8aa1469b823b70f3e623c9 100644 (file)
@@ -79,3 +79,14 @@ BaseRegistration::BaseRegistration(basecdr_creator creator)
 {
        BaseRegistry::get().add(creator);
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 6c191fa5699ba6615f730c793c17e706926e962f..cd3ea4fc8d76f765494338564305d8405409350c 100644 (file)
@@ -76,3 +76,14 @@ class BaseRegistration
 
 #endif // ifdef __cplusplus
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 4a0609586ed9298f513d827bb2ac48b89dbb9090..f04492d8231a7555663d6101ae3f9ff5d7fbec11 100644 (file)
@@ -163,3 +163,14 @@ void CDRContainer::process_records()
                        delete newloggerobject;
                }
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 8d7e40dceb0734fd578f00ca4b31d524303418d6..29052157df47f86900e3316b971266aa2a8c59c5 100644 (file)
@@ -69,3 +69,14 @@ class CDRContainer {
 #endif
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 2600373e7797ee2d2d57f37f5b58ad3a4d8667df..cee587b341db13c16cf104087e386b0a2e6e9385 100644 (file)
@@ -284,3 +284,14 @@ void CsvCDR::disconnect()
 }
 
 AUTO_REGISTER_BASECDR(CsvCDR);
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index c7acc1f04ee490357ba0098c7590b64ebc480574..e7762ccc5234810bd68b3d531376cc659889afda 100644 (file)
@@ -75,3 +75,14 @@ class CsvCDR : public BaseCDR {
 };
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 8a71fc70783b070709962de4f5a0c8516c94bbe4..948f87f351dcd9d42fb1a211ad540a4873ea651a 100644 (file)
@@ -105,3 +105,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void)
        delete newcdrcontainer;
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 86ead8e0c2059c0828322ba2d4786f373989f9cf..161ab3734183274ae427d607b2590f3d7d9b7fe3 100644 (file)
@@ -625,3 +625,14 @@ void MysqlCDR::set_mysql_time(switch_time_exp_t& param, MYSQL_TIME& destination)
 }
 
 AUTO_REGISTER_BASECDR(MysqlCDR);
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index ceb7c82e2f67bf27735e0a87cc77f375677fb7e6..2ea742cc95612c286727fb7fd374e3684dd6c8ed 100644 (file)
@@ -99,3 +99,14 @@ class MysqlCDR : public BaseCDR {
 };
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index dc9f48711fe1ee1533761902921a90b9a56b09ba..2e24b8d1e1ac04a8ef753c157d5962be04090631 100644 (file)
@@ -214,3 +214,14 @@ void PddCDR::disconnect()
 }
 
 AUTO_REGISTER_BASECDR(PddCDR);
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 2cac355c23bf053133222884ba4646aa20caa014..7e2b36e09f207aa5e4ca99aa4029312ec3e61721 100644 (file)
@@ -69,3 +69,14 @@ class PddCDR : public BaseCDR {
 };
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 684deebebf9e744128b93b586312102f0b9c0d65..07bed7e69aceeeab77f9a269a01d7df93dde6bd1 100644 (file)
@@ -219,3 +219,14 @@ void XmlCDR::disconnect()
 }
 
 AUTO_REGISTER_BASECDR(XmlCDR);
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 6daf87dd06595373cfacd423226d558028b14030..87535667b3a9670d989553e6261ae0f20a10fbe9 100644 (file)
@@ -70,3 +70,14 @@ class XmlCDR : public BaseCDR {
 };
 
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index d2e9119fad353c18de0612ab398e84e1d8be0c02..ddfc311810732493189a0c05e117322906c3b65d 100644 (file)
@@ -331,5 +331,13 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_runtime(void)
        return SWITCH_STATUS_TERM;
 }
 
-
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 5c7c71e29d81d04c40ac9aaa9c35cbcf4c76ee8c..550b45cf2831cdd52a06f2a35ee362415abf5211 100644 (file)
@@ -1041,5 +1041,13 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_runtime(void)
        return SWITCH_STATUS_TERM;
 }
 
-
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 56c8563faae683792a4eee4ef3156a9a6b7eebbd..dc43e67fb4c1df33434fe5cab54c4b155be8f6fb 100644 (file)
@@ -153,3 +153,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 32f5e3b1bd4a430078e7d78f418216b0e1a84167..68ba6ba4c69bf603ebc5bd93486fb13d635cbe5f 100644 (file)
@@ -439,3 +439,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_runtime(void)
        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "disconnecting client %d\n", RUNNING);
        return RUNNING ? SWITCH_STATUS_SUCCESS : SWITCH_STATUS_TERM;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 0bb3fe12a4a583072afb7e8f7945bee7f3b5e057..8043513a4fb75baeac3d4b627fb3a1aef844a2d3 100644 (file)
@@ -318,3 +318,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_runtime(void)
        RUNNING = 0;
        return SWITCH_STATUS_TERM;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 06b38b80f23047dbfc55ea80ffc159251a00b0a9..73b8a0c1df27e3cd99e03b03dd49e62e0df0ec2e 100644 (file)
@@ -180,3 +180,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index a0e2ce25ae083886da3deb088b3d5b1bb50ff346..89e0c1ca90d66afdbd936db58039d0df64d8272b 100644 (file)
@@ -350,3 +350,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 57357382b13624bda698389d71eb24f1a9f5b361..f57e87ef74ea4daa88d265e516a091090b1845f0 100755 (executable)
@@ -283,3 +283,14 @@ void mono_switch_console_printf(switch_text_channel_t channel, char *file, const
 {
        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, msg);
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 95eb19a0e9f70112d046011bcaad8cf4f2b505f6..b1376efdea0cc7a9de60efde9633b63981b76488 100644 (file)
@@ -137,3 +137,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 2aa99ec58d76adc00c9f86e64ed7b11e5c74256c..6fa98f080f7d24cf0879e9742230728abede127a 100644 (file)
@@ -307,3 +307,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
   }
 
 */
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index be44bcc885b5af69c4f4143d0d247f49273d264e..ab5bc2bba2f4ffc6b414fe8c6c2781bf3bb400cb 100644 (file)
@@ -93,3 +93,14 @@ ZEND_END_MODULE_GLOBALS(freeswitch)
 #endif
 
 #endif /* PHP_FREESWITCH_H */
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 1448c30a9b61e34f5626ac888eda150ff0cd8a98..a0b24620443ec8ac80107393bd63b0f5217c0b25 100644 (file)
@@ -110,3 +110,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
 
 
 /* Return the number of arguments of the application command line */
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 8bd9c0332da73d9c3c697151391a8f48ba9dc650..a1192339d290c47f86cf06947e93f9cac9bb3975 100644 (file)
@@ -102,3 +102,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 18f142065579e042bbfa34047d9a954c422123c1..36e2bfa1e3960f678f4ddd9d3178f3cc38cc1693 100644 (file)
@@ -2475,3 +2475,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void)
        curl_global_cleanup();
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index f4b50075fe9cf9a8b8dfbb8e45bb21935ab0b555..6e662b44630b1e00da6365113a6958e1fce9221c 100644 (file)
@@ -307,3 +307,14 @@ SWITCH_MOD_DECLARE(switch_status_t) spidermonkey_init(const sm_module_interface_
        *module_interface = &DB_module_interface;
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index aef565cb75fe38c14c1721d6ed7c3d4d3998e6ce..55de5c13d3641628d75f20b829a938df02b6d9df 100644 (file)
@@ -108,3 +108,14 @@ SWITCH_MOD_DECLARE(switch_status_t) spidermonkey_init(const sm_module_interface_
        *module_interface = &skel_module_interface;
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index a14a3629ea77bf01eb2fa41eaf88091015f15458..e33f2d97f7f39c1f94d04a5f6b48068fd60766c7 100644 (file)
@@ -385,3 +385,14 @@ SWITCH_MOD_DECLARE(switch_status_t) spidermonkey_init(const sm_module_interface_
        *module_interface = &teletone_module_interface;
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index e3ab2a0d770d02ca07c88d7072564e1811a9bcb9..0be83915b7f1e69b9fdad117df46df6f6e5cb4b7 100644 (file)
@@ -158,3 +158,13 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
        return SWITCH_STATUS_SUCCESS;
 }
 
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index f8a9522a1d58705f50938e372038cd4febe08c4a..3e889617e9a987555fd6015852d59e13b0861cb2 100644 (file)
@@ -171,3 +171,13 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_unload(const switch_loadable_m
        return SWITCH_STATUS_SUCCESS;
 }
 
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 11d5609c3674c48b4347aac4a9257e77fa57e0b3..0572d549495835fb1a190cd191fb430fd16c0fd0 100644 (file)
@@ -222,3 +222,14 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void)
 
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 46063ec53c7d8b94c594641e856339cd49f4fdbe..95873e3cc2eaf3e1730ff432f5cef1892e8703a1 100644 (file)
@@ -349,3 +349,13 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void)
        return SWITCH_STATUS_SUCCESS;
 }
 
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 33f5881b0a48e0cd34c6ce4db98d90650d80fe10..4a584c05ad183e467c1cfa2615417ecc444517c2 100644 (file)
@@ -309,3 +309,14 @@ int main(int argc, char *argv[])
 
        return switch_core_destroy(vg);
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 0bcc7775c6672ea745fb83887dc57b8750629fa6..33b055daca96b4e5eaeb89e92ca64137eb6e1568 100644 (file)
@@ -255,3 +255,14 @@ SWITCH_DECLARE(void) switch_buffer_destroy(switch_buffer_t **buffer)
 
        *buffer = NULL;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 2fce18fbc2a76d11e465c715e4031d845786c5c8..460fb51768629a5dd17b33e51c8b0bf6f072edf4 100644 (file)
@@ -248,3 +248,14 @@ SWITCH_DECLARE(void) switch_caller_extension_add_application(switch_core_session
        }
 
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 22f28a7bec2d7e6feff46be1c2d1d24f1e4fe82e..f513a9234e14392246f8461cf825d61b939a17b0 100644 (file)
@@ -1230,3 +1230,14 @@ SWITCH_DECLARE(char *) switch_channel_expand_variables(switch_channel_t *channel
        free(indup);
        return data;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 31776dcaf967659618afaa88df28907da48408e3..e6b031c086b474540a5e4d078c57607408aebac5 100644 (file)
@@ -205,3 +205,14 @@ SWITCH_DECLARE(int) switch_config_next_pair(switch_config_t *cfg, char **var, ch
        return ret;
 
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 196004ffaff5edf98c8714c0e67cedd0bb365539..61f606a3b206afc7d6698ef9073b5aa1489df8b9 100644 (file)
@@ -250,3 +250,14 @@ SWITCH_DECLARE(void) switch_console_loop(void)
        
 
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 5509a9b4e8d50f6e76d212137add5c0773da83fc..bf9983027e02ce05aba3e8d47a0e0bff22c91073 100644 (file)
@@ -4187,3 +4187,14 @@ SWITCH_DECLARE(switch_status_t) switch_core_destroy(int vg)
 
        return SWITCH_STATUS_SUCCESS;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index fdc1a9eb3dbd6f238ea6a8d1942bab23d454f5d4..64a2845ed8599efbe0991cb6601036b6c721715a 100644 (file)
@@ -848,3 +848,14 @@ SWITCH_DECLARE(switch_status_t) switch_event_bind(char *id, switch_event_types_t
 
        return SWITCH_STATUS_MEMERR;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 908fc3b0d36aba76dca5f1605fba584dc22662d5..531ed2727aafe9b48bdca0f3e2fb5187152da4e4 100644 (file)
@@ -4052,3 +4052,14 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_build_xml_menu_stack(switch_ivr_menu_
 
        return status;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index c530f1167752893e2b1e3bcb6db420a77787c987..7d3326bb5383de7c4d09462829843483845cd565 100644 (file)
@@ -800,3 +800,14 @@ SWITCH_DECLARE(switch_status_t) switch_api_execute(char *cmd, char *arg, switch_
 
        return status;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 6495212481bdf07113c0877a00dca5e3a9296562..54eb1b951891b9e320d04f04fd4f5a38f75cc593 100644 (file)
@@ -287,3 +287,13 @@ SWITCH_DECLARE(switch_status_t) switch_log_shutdown(void)
        return SWITCH_STATUS_SUCCESS;
 }
 
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 60df4ff6397daa06d0979f6038c9150985fa3961..afabe03e893497be57a347a5333beea67303b55b 100644 (file)
@@ -216,3 +216,13 @@ SWITCH_DECLARE(void) switch_change_sln_volume(int16_t *data, uint32_t samples, i
        }
 }
 
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 26331ca99e4a25024f0a885a40bde767f0e9e245..6edf27097890f08fc70b11eafd0775388c143a7d 100644 (file)
@@ -1429,3 +1429,14 @@ SWITCH_DECLARE(void *)switch_rtp_get_private(switch_rtp_t *rtp_session)
 {
        return rtp_session->private_data;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 0f4b37c48483c8a8f3b3b468403bf8ea761f060c..1aedfbf839cad7ecdb33fa3a4100431cbae680b3 100644 (file)
@@ -370,3 +370,14 @@ SWITCH_DECLARE(switch_status_t) switch_stun_lookup (char **ip,
 
        return SWITCH_STATUS_FALSE;
 }
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index a52299d7f5442d1fb6d9211a148fc09f3bd53e4c..5a768eb83c78bc15a1aeb8b4d4b8561cb3e1bc50 100644 (file)
@@ -326,3 +326,13 @@ int fs_switch_channel_set_variable(switch_channel_t *channel, char *varname, cha
         return status == SWITCH_STATUS_SUCCESS ? 1 : 0;
 }  
 
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 6fee6cc832095f9465fb38c6844937632dc3c728..c60954ee88b0f7301df4e81a614ed989bcf81fff 100644 (file)
@@ -347,3 +347,14 @@ void include_me(void)
        apr_socket_opt_set(NULL, 0, 0);
 }
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */
index 501cc86b9b1cf5c191c09d56c05def4620d86785..abcca867fff34b75425024565214d02131024fce 100644 (file)
@@ -1336,4 +1336,13 @@ SWITCH_DECLARE(void) switch_xml_remove(switch_xml_t xml)
     switch_xml_free(xml);
 }
 
-
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:nil
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
+ */