--- a/src/commands.h Sat Jan 18 02:11:45 2014 +0200 +++ b/src/commands.h Sun Jan 19 20:16:00 2014 +0200 @@ -51,7 +51,7 @@ list<command_argument> args; }; -void init_commands (); +void add_command_definition (command_info* comm); command_info* find_command_by_name (string a); string get_command_signature (command_info* comm); const list<command_info*> get_commands();