aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/musiconhold.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/musiconhold.h')
-rwxr-xr-xinclude/asterisk/musiconhold.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/musiconhold.h b/include/asterisk/musiconhold.h
index cb6158f7e..ceef76cdf 100755
--- a/include/asterisk/musiconhold.h
+++ b/include/asterisk/musiconhold.h
@@ -19,7 +19,7 @@ extern "C" {
#endif
/*! Turn on music on hold on a given channel */
-extern int ast_moh_start(struct ast_channel *chan, char *class);
+extern int ast_moh_start(struct ast_channel *chan, char *mclass);
/*! Turn off music on hold on a given channel */
extern void ast_moh_stop(struct ast_channel *chan);