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

A List node for strings. More...

#include "list.h"

Public Member Functions

 STAILQ_ENTRY (ListNode) entries
 Linked list.
 

Data Fields

char * data
 String.
 

Detailed Description

A List node for strings.

Definition at line 34 of file list.h.

Member Function Documentation

◆ STAILQ_ENTRY()

ListNode::STAILQ_ENTRY ( ListNode  )

Linked list.

Field Documentation

◆ data

char* ListNode::data

String.

Definition at line 36 of file list.h.


The documentation for this struct was generated from the following file: