X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_send_api.h;h=dd0b50a0db2ca9f2f8a548991519dd2b743e777b;hb=7ea5445a6250f29f09d6b97db124cacf457f23c5;hp=fa76b0104535e6462aa37b95c414d60930840402;hpb=1dbcba16c7ba9c580b12e9fdce49b6b2a190233b;p=m6w6%2Fext-http diff --git a/php_http_send_api.h b/php_http_send_api.h index fa76b01..dd0b50a 100644 --- a/php_http_send_api.h +++ b/php_http_send_api.h @@ -15,7 +15,7 @@ #ifndef PHP_HTTP_SEND_API_H #define PHP_HTTP_SEND_API_H -typedef enum { +typedef enum _http_send_mode_t { SEND_DATA, SEND_RSRC } http_send_mode;