aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'asterisk.h')
-rwxr-xr-xasterisk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/asterisk.h b/asterisk.h
index 07106fbf6..6af34dcf3 100755
--- a/asterisk.h
+++ b/asterisk.h
@@ -40,4 +40,6 @@ extern int init_logger(void);
extern int init_framer(void);
/* Provided by logger.c */
extern int reload_logger(void);
+/* Provided by term.c */
+extern int term_init(void);
#endif