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.

Examples:
parse_mime_message.c, and save_attachment_to_file.c.

Field Documentation

void* data

pointer to element data

struct _CMimeListElem* next

pointer to next element

Examples:
parse_mime_message.c.
struct _CMimeListElem* prev

pointer to previous element


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