aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/options.h')
-rw-r--r--include/asterisk/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 57e1374fe..10c2126c2 100644
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -124,8 +124,8 @@ extern char record_cache_dir[AST_CACHE_DIR_LEN];
extern char debug_filename[AST_FILENAME_MAX];
extern const char *dahdi_chan_name;
extern enum dahdi_chan_modes {
- ZAP_ONLY_MODE,
- DAHDI_PLUS_ZAP,
+ CHAN_ZAP_MODE,
+ CHAN_DAHDI_PLUS_ZAP_MODE,
} dahdi_chan_mode;
extern int ast_language_is_prefix;