NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CidMap Struct Reference

List of Content-ID to filename mappings. More...

#include "cid.h"

Public Member Functions

 STAILQ_ENTRY (CidMap) entries
 Linked list.
 

Data Fields

char * cid
 Content-ID.
 
char * fname
 Filename.
 

Detailed Description

List of Content-ID to filename mappings.

Definition at line 35 of file cid.h.

Member Function Documentation

◆ STAILQ_ENTRY()

CidMap::STAILQ_ENTRY ( CidMap  )

Linked list.

Field Documentation

◆ cid

char* CidMap::cid

Content-ID.

Definition at line 37 of file cid.h.

◆ fname

char* CidMap::fname

Filename.

Definition at line 38 of file cid.h.


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