mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
make some more changes to the dahdi/zap channel name support stuff to ensure allthe globals are 'const', and clean up mmichelson's changes to app_chanspy to simplify the code
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@133226 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -123,11 +123,11 @@ extern pid_t ast_mainpid;
|
||||
extern char record_cache_dir[AST_CACHE_DIR_LEN];
|
||||
extern char debug_filename[AST_FILENAME_MAX];
|
||||
extern const char *dahdi_chan_name;
|
||||
extern int dahdi_chan_name_len;
|
||||
extern enum dahdi_chan_modes {
|
||||
extern const size_t *dahdi_chan_name_len;
|
||||
extern const enum dahdi_chan_modes {
|
||||
CHAN_ZAP_MODE,
|
||||
CHAN_DAHDI_PLUS_ZAP_MODE,
|
||||
} dahdi_chan_mode;
|
||||
} *dahdi_chan_mode;
|
||||
|
||||
extern int ast_language_is_prefix;
|
||||
|
||||
|
Reference in New Issue
Block a user