- ditch warnings
[m6w6/ext-http] / php_http_send_api.h
index fa76b0104535e6462aa37b95c414d60930840402..dd0b50a0db2ca9f2f8a548991519dd2b743e777b 100644 (file)
@@ -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;