libcmime  
A lightweight C mime library
Data Fields
CMimeListElem_T Struct Reference

An element of a CMimeList_T list. More...

#include <cmime_list.h>

Data Fields

void * data
 
struct _CMimeListElem * prev
 
struct _CMimeListElem * next
 

Detailed Description

An element of a CMimeList_T list.

Field Documentation

void* data

pointer to element data

struct _CMimeListElem* next

pointer to next element

struct _CMimeListElem* prev

pointer to previous element


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