From e5cd6b61933537888b1be19af437415861cca57f Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Jan 2005 22:47:58 +0000 Subject: (svn r1596) Add some more statics --- console.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'console.c') diff --git a/console.c b/console.c index 224e20fb3..b1c2b4eeb 100644 --- a/console.c +++ b/console.c @@ -590,7 +590,8 @@ _iconsole_alias* IConsoleAliasGet(const char* name) return NULL; } -void IConsoleAliasExec(const char* cmdline, char* tokens[20], byte tokentypes[20]) { +static void IConsoleAliasExec(const char* cmdline, char* tokens[20], byte tokentypes[20]) +{ char* lines[ICON_MAX_ALIAS_LINES]; char* linestream; char* linestream_s; -- cgit v1.2.3-54-g00ecf