summaryrefslogtreecommitdiff
path: root/ext/standard/mime.h
blob: 1633ee26c9e0e000ec62eab56e0ed50dd3a81ceb (plain)
1
2
3
4
5
6
7
8
#ifndef _MIME_H
#define _MIME_H

#include "php_globals.h"

void php3_mime_split(char *buf, int cnt, char *boundary, pval *http_post_vars PLS_DC);

#endif