'LibPst'
|
linked list of extra header fields More...
#include <src/libpst.h>
Data Fields | |
char * | field_name |
char * | value |
struct pst_item_extra_field * | next |
char* pst_item_extra_field::field_name |
Definition at line 644 of file libpst.h.
Referenced by pst_freeItem(), pst_process(), and write_extra_categories().
struct pst_item_extra_field* pst_item_extra_field::next |
Definition at line 646 of file libpst.h.
Referenced by pst_freeItem(), pst_process(), and write_extra_categories().
char* pst_item_extra_field::value |
Definition at line 645 of file libpst.h.
Referenced by pst_freeItem(), pst_process(), and write_extra_categories().