NeoMutt  2024-11-14-34-g5aaf0d
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
shared_data.c File Reference

Compose Shared Data. More...

#include "config.h"
#include "mutt/lib.h"
#include "shared_data.h"
+ Include dependency graph for shared_data.c:

Go to the source code of this file.

Functions

void compose_shared_data_free (struct MuttWindow *win, void **ptr)
 Free the compose shared data - Implements MuttWindow::wdata_free() -.
 
struct ComposeSharedDatacompose_shared_data_new (void)
 Free the compose shared data.
 

Detailed Description

Compose Shared Data.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file shared_data.c.

Function Documentation

◆ compose_shared_data_new()

struct ComposeSharedData * compose_shared_data_new ( void  )

Free the compose shared data.

Return values
ptrNew compose shared data

Definition at line 48 of file shared_data.c.

49{
50 return MUTT_MEM_CALLOC(1, struct ComposeSharedData);
51}
#define MUTT_MEM_CALLOC(n, type)
Definition: memory.h:40
Shared Compose Data.
Definition: shared_data.h:35
+ Here is the caller graph for this function: