summaryrefslogtreecommitdiff
path: root/include/asterisk/dsp.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-04-06 22:17:32 +0000
committerMark Spencer <markster@digium.com>2004-04-06 22:17:32 +0000
commit13bca43aa8d950e7db8c301a2718a2fe290c401a (patch)
treef9360f7b870da96fcd47e19ff8c203287e906599 /include/asterisk/dsp.h
parentd0037ea2fde2bf8396ef9bb77892aae9ea86cb86 (diff)
Get rid of all that old needlock garbage now that we're using recursive mutexes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2644 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/dsp.h')
-rwxr-xr-xinclude/asterisk/dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/dsp.h b/include/asterisk/dsp.h
index e3624a33f..2f28c5d6e 100755
--- a/include/asterisk/dsp.h
+++ b/include/asterisk/dsp.h
@@ -45,7 +45,7 @@ int ast_dsp_set_call_progress_zone(struct ast_dsp *dsp, char *zone);
/* Return AST_FRAME_NULL frames when there is silence, AST_FRAME_BUSY on
busies, and call progress, all dependent upon which features are enabled */
-struct ast_frame *ast_dsp_process(struct ast_channel *chan, struct ast_dsp *dsp, struct ast_frame *inf, int needlock);
+struct ast_frame *ast_dsp_process(struct ast_channel *chan, struct ast_dsp *dsp, struct ast_frame *inf);
/* Return non-zero if this is silence. Updates "totalsilence" with the total
number of seconds of silence */