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