From 4ca9cecf96d5af87af2ed9f77c8c4ba564c634dc Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Mon, 19 Feb 2018 04:57:45 -0500 Subject: [PATCH] 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 --- main/{sounds_index.c => sounds.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename main/{sounds_index.c => sounds.c} (100%) 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 -- 2.47.2