summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sndintrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sndintrf.c')
-rw-r--r--src/emu/sndintrf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sndintrf.c b/src/emu/sndintrf.c
index 9d6c8bf6bcb..52f426c64a6 100644
--- a/src/emu/sndintrf.c
+++ b/src/emu/sndintrf.c
@@ -67,7 +67,7 @@ struct _sndintrf_data
EXTERNAL PROTOTYPES
***************************************************************************/
-void dummy_sound_get_info(void *token, UINT32 state, sndinfo *info);
+static void dummy_sound_get_info(void *token, UINT32 state, sndinfo *info);
void custom_get_info(void *token, UINT32 state, sndinfo *info);
void samples_get_info(void *token, UINT32 state, sndinfo *info);
void dac_get_info(void *token, UINT32 state, sndinfo *info);
@@ -945,7 +945,7 @@ static void dummy_sound_set_info(void *token, UINT32 state, sndinfo *info)
}
-void dummy_sound_get_info(void *token, UINT32 state, sndinfo *info)
+static void dummy_sound_get_info(void *token, UINT32 state, sndinfo *info)
{
switch (state)
{