src/commands.h

changeset 82
841562f5a32f
parent 75
bf8c57437231
child 85
264a61e9eba0
--- 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();

mercurial