Add editor footer to core files missing it

This commit is contained in:
Travis Cross
2014-06-27 23:55:27 +00:00
parent 52fb53cba4
commit fc247a223f
9 changed files with 94 additions and 1 deletions
+10
View File
@@ -53,3 +53,13 @@ SWITCH_DECLARE(const char *)switch_version_revision_human(void) {return switch_v
SWITCH_DECLARE(const char *)switch_version_full(void) {return switch_version_full_str;}
SWITCH_DECLARE(const char *)switch_version_full_human(void) {return switch_version_full_human_str;}
/* 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:
*/