Revision 144 src/procmime.h
| procmime.h (revision 144) | ||
|---|---|---|
| 142 | 142 |
const gchar *encoding); |
| 143 | 143 |
void procmime_scan_content_type (MimeInfo *mimeinfo, |
| 144 | 144 |
const gchar *content_type); |
| 145 |
void procmime_scan_content_type_str (const gchar *content_type, |
|
| 146 |
gchar **mime_type, |
|
| 147 |
gchar **charset, |
|
| 148 |
gchar **name, |
|
| 149 |
gchar **boundary); |
|
| 145 | 150 |
void procmime_scan_content_disposition (MimeInfo *mimeinfo, |
| 146 | 151 |
const gchar *content_disposition); |
| 147 | 152 |
MimeInfo *procmime_scan_mime_header (FILE *fp); |
Also available in: Unified diff