aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-29 06:09:29 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-29 06:09:29 +0000
commit94ca73bdb6d04ec6d14b885f6e872432cd5b8c33 (patch)
treef8ed198de73b2298224be032f9f3e131b190a749
parent38918c21db9e262788d6191a1f32375a3abe0c8b (diff)
Don't use "class" keyword in music on hold (bug #2316)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3673 f38db490-d61c-443f-a65b-d21fe96a405b
-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);