NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Loading...
Searching...
No Matches
compapi.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_COMPLETE_COMPAPI_H
24
#define MUTT_COMPLETE_COMPAPI_H
25
26
#include "
core/lib.h
"
27
28
struct
EnterWindowData
;
29
35
struct
CompleteOps
36
{
46
enum
FunctionRetval
(*
complete
)(
struct
EnterWindowData
*wdata,
int
op);
47
};
48
49
#endif
/* MUTT_COMPLETE_COMPAPI_H */
lib.h
Convenience wrapper for the core headers.
FunctionRetval
FunctionRetval
Possible return values for NeoMutt functions.
Definition
dispatcher.h:33
CompleteOps
Definition
compapi.h:36
CompleteOps::complete
enum FunctionRetval(* complete)(struct EnterWindowData *wdata, int op)
Definition
compapi.h:46
EnterWindowData
Data to fill the Enter Window.
Definition
wdata.h:57