diff -r d7b13805d1e0 -r ae602e667879 commands.h --- a/commands.h Sat Jul 14 20:35:50 2012 +0300 +++ b/commands.h Sat Jul 14 22:03:34 2012 +0300 @@ -66,5 +66,11 @@ CommandDef* GetCommandByName (str a); int GetReturnTypeByString (str token); str GetReturnTypeName (int r); +str GetCommandPrototype (CommandDef* comm); + +#ifndef __COMMANDS_CXX__ +extern +#endif +CommandDef* g_CommDef; #endif // __COMMANDS_H__ \ No newline at end of file