aboutsummaryrefslogtreecommitdiffstats
path: root/main/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/term.c')
-rw-r--r--main/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/term.c b/main/term.c
index 7240c80b1..a38399eda 100644
--- a/main/term.c
+++ b/main/term.c
@@ -72,7 +72,7 @@ static short convshort(char *s)
return a + b * 256;
}
-int term_init(void)
+int ast_term_init(void)
{
char *term = getenv("TERM");
char termfile[256] = "";