From: Corey Farrell Date: Mon, 19 Feb 2018 09:57:45 +0000 (-0500) Subject: core: Rename sounds_index.c to sounds.c. X-Git-Tag: 15.3.0-rc1~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca9cecf96d5af87af2ed9f77c8c4ba564c634dc;p=thirdparty%2Fasterisk.git core: Rename sounds_index.c to sounds.c. This will make the source filename match the 'module reload sounds' command. This will allow conversion to a built-in module in Asterisk 16 without needing to redefine AST_MODULE. Change-Id: Ifb8e489575b27eb33d8c0b6a531f266670557f6e --- diff --git a/main/sounds_index.c b/main/sounds.c similarity index 100% rename from main/sounds_index.c rename to main/sounds.c