23#ifndef MUTT_ATTACH_FUNCTIONS_H
24#define MUTT_ATTACH_FUNCTIONS_H
int(* attach_function_t)(struct AttachPrivateData *priv, int op)
int attach_function_dispatcher(struct MuttWindow *win, int op)
Perform a Attach function - Implements function_dispatcher_t -.
attach_function_t function
Function to call.
int op
Op code, e.g. OP_ATTACHMENT_COLLAPSE.
Private state data for Attachments.
int op
Op returned from the Pager, e.g. OP_NEXT_ENTRY.