aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_flash.c')
-rw-r--r--apps/app_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_flash.c b/apps/app_flash.c
index e6b2db49a..813294583 100644
--- a/apps/app_flash.c
+++ b/apps/app_flash.c
@@ -84,7 +84,7 @@ static int flash_exec(struct ast_channel *chan, void *data)
int res = -1;
int x;
struct ast_module_user *u;
- DAHDI_PARAMS ztp;
+ struct dahdi_params ztp;
u = ast_module_user_add(chan);
if (!strcasecmp(chan->tech->type, dahdi_chan_name)) {
memset(&ztp, 0, sizeof(ztp));