(svn r1596) Add some more statics

This commit is contained in:
tron
2005-01-22 22:47:58 +00:00
parent c1edc5b9c8
commit 97f893ae2f
28 changed files with 116 additions and 87 deletions

View File

@@ -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;