Merge OEJ's channel type listing (bug #3187) with slight modifications

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4614 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-12-31 00:04:41 +00:00
parent 91e1317f4a
commit ce2e6b28e8
3 changed files with 35 additions and 0 deletions

View File

@@ -50,5 +50,7 @@ extern int reload_logger(int);
extern int term_init(void);
/* Provided by db.c */
extern int astdb_init(void);
/* Provided by channel.c */
extern void ast_channels_init(void);
#endif