NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
cbar_data.h
Go to the documentation of this file.
1
23#ifndef MUTT_COMPOSE_CBAR_DATA_H
24#define MUTT_COMPOSE_CBAR_DATA_H
25
26#include "config.h"
27
28struct MuttWindow;
29
34{
36};
37
38void cbar_data_free(struct MuttWindow *win, void **ptr);
39struct ComposeBarData *cbar_data_new(void);
40
41#endif /* MUTT_COMPOSE_CBAR_DATA_H */
struct ComposeBarData * cbar_data_new(void)
Create the private data for the Compose Bar.
Definition: cbar_data.c:52
void cbar_data_free(struct MuttWindow *win, void **ptr)
Free the private Compose Bar data - Implements MuttWindow::wdata_free() -.
Definition: cbar_data.c:36
Data to fill the Compose Bar Window.
Definition: cbar_data.h:34
char * compose_format
Cached status string.
Definition: cbar_data.h:35