aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 00:25:44 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 00:25:44 +0000
commit0a73226dee659edfb767d94caa161c5eb1770efc (patch)
treede58b7cde77358d46b206f503d39fbbf3af17471 /include
parente225c770d1d5319b1442606829a92d8d73db8ea8 (diff)
ensure that local include files are always used
avoid a duplicate function name (term_init()) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44322 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk.h b/include/asterisk.h
index 9b18733b1..a2fee3e57 100644
--- a/include/asterisk.h
+++ b/include/asterisk.h
@@ -57,7 +57,7 @@ int init_logger(void); /*!< Provided by logger.c */
void close_logger(void); /*!< Provided by logger.c */
int reload_logger(int); /*!< Provided by logger.c */
int init_framer(void); /*!< Provided by frame.c */
-int term_init(void); /*!< Provided by term.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 */
void ast_builtins_init(void); /*!< Provided by cli.c */