php-src/ext/standard/mime.h
Stig Bakken 2c0ad3ee25 last bunch of extensions moving to ext/
fhttpd module taken out of functions, functions is ready to go.
The only extensions I have tested are gd+freetype and odbc(solid).
Please try compiling in your favourite extensions and let me know how it
works.
1999-04-22 02:48:28 +00:00

9 lines
161 B
C

#ifndef _MIME_H
#define _MIME_H
#include "php_globals.h"
extern void php3_mime_split(char *buf, int cnt, char *boundary, pval *http_post_vars PLS_DC);
#endif