NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
chain_data.c File Reference

Mixmaster Chain Data. More...

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

Go to the source code of this file.

Functions

struct ChainDatachain_data_new (void)
 Create new Chain data.
 
void chain_data_free (struct MuttWindow *win, void **ptr)
 Free the Chain data - Implements MuttWindow::wdata_free() -.
 

Detailed Description

Mixmaster Chain 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 chain_data.c.

Function Documentation

◆ chain_data_new()

struct ChainData * chain_data_new ( void  )

Create new Chain data.

Return values
ptrNew Chain data

Definition at line 37 of file chain_data.c.

38{
39 return mutt_mem_calloc(1, sizeof(struct ChainData));
40}
void * mutt_mem_calloc(size_t nmemb, size_t size)
Allocate zeroed memory on the heap.
Definition: memory.c:50
An ordered set of Remailer hosts.
Definition: chain_data.h:46
+ Here is the call graph for this function:
+ Here is the caller graph for this function: