#include "functions.h"
Data Fields | |
int | op |
Op code, e.g. OP_SIDEBAR_NEXT. | |
sidebar_function_t | function |
Function to call. | |
A NeoMutt function.
Definition at line 43 of file functions.h.
int SidebarFunction::op |
Op code, e.g. OP_SIDEBAR_NEXT.
Definition at line 45 of file functions.h.
sidebar_function_t SidebarFunction::function |
Function to call.
Definition at line 46 of file functions.h.