X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fcommand_db.h;fp=src%2Fclient%2Fcommand_db.h;h=e20d16d03b8d9173baa730d5f60e47ad749dafb4;hb=d6093b3a7d57aa34d3ee2a84112c59328bf1feed;hp=566bf70b3f7abb2c9e6a52dff25fec817db8c432;hpb=d61da76579b416799feb44bfb9a1e75ce1a58067;p=plomrogue diff --git a/src/client/command_db.h b/src/client/command_db.h index 566bf70..e20d16d 100644 --- a/src/client/command_db.h +++ b/src/client/command_db.h @@ -28,7 +28,9 @@ struct CommandDB -/* Return Command struct for command described by its "dsc_short" member. */ +/* Return Command struct for command described by its "dsc_short" member. Return + * NULL if no such command is found. + */ extern struct Command * get_command(char * dsc_short); /* Reads in CommandDB config file line by line until end or first empty line. */