Don't use "class" keyword in music on hold (bug #2316)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-08-29 06:09:29 +00:00
parent 91d2e58d1b
commit ccdd86775f

View File

@@ -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);