NeoMutt  2024-04-25-76-g20fe7b
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 35 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 37 of file list.h.


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