home · contact · privacy
Simplified client control library and interaction with it.
[plomrogue] / src / client / command_db.c
index fa125c45171b70877ed552df1974e5073eb16e55..699eb468217dacf912a03b991014a67d53fc474a 100644 (file)
@@ -30,7 +30,7 @@ static void copy_tokenized_string(char * line, char ** ch_ptr, char * delim)
 
 
 
-extern struct Command * get_command_data(char * dsc_short)
+extern struct Command * get_command(char * dsc_short)
 {
     struct Command * cmd_ptr = world.cmd_db.cmds;
     uint8_t i = 0;