mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-16 18:06:31 +00:00
Merged revisions 44322 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r44322 | kpfleming | 2006-10-03 19:25:44 -0500 (Tue, 03 Oct 2006) | 3 lines ensure that local include files are always used avoid a duplicate function name (term_init()) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44323 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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] = "";
|
||||
|
Reference in New Issue
Block a user