23#ifndef MUTT_COMMANDS_COMMANDS_H
24#define MUTT_COMMANDS_COMMANDS_H
const struct Command * command_find_by_name(const struct CommandArray *ca, const char *name)
Find a NeoMutt Command by its name.
const struct Command * command_find_by_id(const struct CommandArray *ca, enum CommandId id)
Find a NeoMutt Command by its CommandId.
Convenience wrapper for the core headers.
const char * name
Name of the Command.