23#ifndef MUTT_PATTERN_FUNCTIONS_H
24#define MUTT_PATTERN_FUNCTIONS_H
int pattern_function_dispatcher(struct MuttWindow *win, int op)
Perform a Pattern function - Implements function_dispatcher_t -.
int(* pattern_function_t)(struct PatternData *pd, int op)
Data to pass to the Pattern Functions.
int op
Op code, e.g. OP_GENERIC_SELECT_ENTRY.
pattern_function_t function
Function to call.