X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fcommand_db.c;h=699eb468217dacf912a03b991014a67d53fc474a;hb=a8097b8fef09444ebac0f1e2d3ffc4e621557b28;hp=fa125c45171b70877ed552df1974e5073eb16e55;hpb=c53b1488c5a53e8b12cb3a631763f98010420690;p=plomrogue diff --git a/src/client/command_db.c b/src/client/command_db.c index fa125c4..699eb46 100644 --- a/src/client/command_db.c +++ b/src/client/command_db.c @@ -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;