aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_milliwatt.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-27 23:02:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-27 23:02:52 +0000
commitd148cde249b23d61820b91fd6baf483848cf6985 (patch)
treeda6a8c446c46fb6bd6c6dd32ce0bc061ff3bc7ac /apps/app_milliwatt.c
parentbc12b3a7d31aca35b3eb83e14a7f7f238c88bbfb (diff)
Minor cleanups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1126 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_milliwatt.c')
-rwxr-xr-xapps/app_milliwatt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c
index b51d8b2dd..a2f92dcf6 100755
--- a/apps/app_milliwatt.c
+++ b/apps/app_milliwatt.c
@@ -55,7 +55,7 @@ static void milliwatt_release(struct ast_channel *chan, void *data)
return;
}
-static int milliwatt_generate(struct ast_channel *chan, void *data, int len)
+static int milliwatt_generate(struct ast_channel *chan, void *data, int len, int samples)
{
struct ast_frame wf;
unsigned char waste[AST_FRIENDLY_OFFSET];