From 9cb664196b665847c05a4e915e6fdfb9a9ca8aac Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 9 Apr 2007 22:49:32 +0000 Subject: Remove unused instances of unnamed enums. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61116 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_dial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app_dial.c b/apps/app_dial.c index 38fc338b4..e8cea999e 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -238,7 +238,7 @@ enum { OPT_CALLEE_PARK = (1 << 25), OPT_CALLER_PARK = (1 << 26), OPT_IGNORE_FORWARDING = (1 << 27), -} dial_exec_option_flags; +}; #define DIAL_STILLGOING (1 << 30) #define DIAL_NOFORWARDHTML (1 << 31) @@ -255,7 +255,7 @@ enum { OPT_ARG_OPERMODE, /* note: this entry _MUST_ be the last one in the enum */ OPT_ARG_ARRAY_SIZE, -} dial_exec_option_args; +}; AST_APP_OPTIONS(dial_exec_options, { AST_APP_OPTION_ARG('A', OPT_ANNOUNCE, OPT_ARG_ANNOUNCE), -- cgit v1.2.3