diff -r fd35f6cb5f28 -r 0a9a5902beaa commands.h
--- a/commands.h	Tue Jul 17 20:35:43 2012 +0300
+++ b/commands.h	Sat Jul 28 17:41:24 2012 +0300
@@ -63,8 +63,8 @@
 };
 
 void ReadCommands ();
-CommandDef* GetCommandByName (str a);
-int GetReturnTypeByString (str token);
+CommandDef* FindCommand (str a);
+int GetCommandType (str token);
 str GetReturnTypeName (int r);
 str GetCommandPrototype (CommandDef* comm);