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.
char * buf
Buffer for the results.
struct Menu * menu
Pattern Menu.
bool done
Should we close the Dialog?
size_t buflen
Length of the results buffer.
bool selection
Was a selection made?
int op
Op code, e.g. OP_GENERIC_SELECT_ENTRY.
pattern_function_t function
Function to call.