23#ifndef MUTT_CORE_DISPATCHER_H
24#define MUTT_CORE_DISPATCHER_H
int(* function_dispatcher_t)(struct MuttWindow *win, int op)
FunctionRetval
Possible return values for NeoMutt functions.
@ FR_SUCCESS
Valid function - successfully performed.
@ FR_DONE
Exit the Dialog.
@ FR_UNKNOWN
Unknown function.
@ FR_ERROR
Valid function - error occurred.
@ FR_NOT_IMPL
Invalid function - feature not enabled.
@ FR_CONTINUE
Remain in the Dialog.
@ FR_NO_ACTION
Valid function - no action performed.
const char * dispatcher_get_retval_name(int rv)
Get the name of a return value.