console.c
changeset 1095 b59632d9df1b
parent 1046 f1d46abf7d35
child 1109 ecb98f43ba2c
--- a/console.c	Sat Jan 22 22:46:10 2005 +0000
+++ b/console.c	Sat Jan 22 22:47:58 2005 +0000
@@ -590,7 +590,8 @@
 	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;