- ditch warnings
[m6w6/ext-http] / php_http_request_body_api.h
index 346544dfc193fac9857e0d7f52a36ed4aa572126..2a9559f3ee6d3d31e55f05f5914747bceee3e3f8 100644 (file)
@@ -21,7 +21,7 @@
 #define HTTP_REQUEST_BODY_CSTRING              1
 #define HTTP_REQUEST_BODY_CURLPOST             2
 #define HTTP_REQUEST_BODY_UPLOADFILE   3
-typedef struct {
+typedef struct _http_request_body_t {
        uint type:3;
        uint free:1;
        uint priv:28;