summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-12-05 02:23:10 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-12-05 02:23:10 +0000
commit7c0b94a3e57f21d44101acc0ffcd5fab50b573af (patch)
tree2c66552c0915ea208f2aae39a56f364ebd525287 /include
parent4dcb973228317f76773703613921a00cda200dae (diff)
Remove init_framer(). It no longer does anything.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@377246 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index a7ed68136..cded90ef7 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -20,7 +20,6 @@ int load_pbx(void); /*!< Provided by pbx.c */
int init_logger(void); /*!< Provided by logger.c */
void close_logger(void); /*!< Provided by logger.c */
void clean_time_zones(void); /*!< Provided by localtime.c */
-int init_framer(void); /*!< Provided by frame.c */
int ast_term_init(void); /*!< Provided by term.c */
int astdb_init(void); /*!< Provided by db.c */
void ast_channels_init(void); /*!< Provided by channel.c */