Version 0.1.11 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2002-02-11 04:25:04 +00:00
parent 3957344c83
commit 6c1cfa8b83
4 changed files with 182 additions and 5 deletions

View File

@@ -38,4 +38,6 @@ extern int load_pbx(void);
extern int init_logger(void);
/* Provided by frame.c */
extern int init_framer(void);
/* Provided by logger.c */
extern int reload_logger(void);
#endif