#include <webcit.h>
Data Fields | |
wc_attachment * | next |
size_t | length |
char | content_type [SIZ] |
char | filename [SIZ] |
char * | data |
Definition at line 288 of file webcit.h.
struct wc_attachment* wc_attachment::next [read] |
pointer to next in list
Definition at line 289 of file webcit.h.
Referenced by display_enter(), free_attachments(), post_message(), post_mime_to_server(), and pullquote_message().
size_t wc_attachment::length |
length of the contenttype
Definition at line 290 of file webcit.h.
Referenced by post_message(), post_mime_to_server(), and pullquote_message().
char wc_attachment::content_type[SIZ] |
the content itself ???
Definition at line 291 of file webcit.h.
Referenced by post_message(), post_mime_to_server(), and pullquote_message().
char wc_attachment::filename[SIZ] |
the filename hooked to this content ???
Definition at line 292 of file webcit.h.
Referenced by display_enter(), post_message(), post_mime_to_server(), and pullquote_message().
char* wc_attachment::data |
the data pool; aka this content
Definition at line 293 of file webcit.h.
Referenced by free_attachments(), post_message(), post_mime_to_server(), and pullquote_message().