NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
compapi.h
Go to the documentation of this file.
23#ifndef MUTT_COMPLETE_COMPAPI_H
24#define MUTT_COMPLETE_COMPAPI_H
25
26#include "core/lib.h"
27
28struct EnterWindowData;
29
36{
46 enum FunctionRetval (*complete)(struct EnterWindowData *wdata, int op);
47};
48
49#endif /* MUTT_COMPLETE_COMPAPI_H */
Convenience wrapper for the core headers.
FunctionRetval
Possible return values for NeoMutt functions.
Definition: dispatcher.h:32
enum FunctionRetval(* complete)(struct EnterWindowData *wdata, int op)
Definition: compapi.h:46
Data to fill the Enter Window.
Definition: wdata.h:46