- correct package name
[m6w6/ext-http] / php_http_api.h
index 412f37d71121a6d5cce309280e73e5e589937e29..826f6cd198572b66b0192f8c26f46e431513f0ea 100644 (file)
@@ -84,7 +84,7 @@ static inline const char *_http_locate_body(const char *message)
 }
 
 #define http_locate_eol _http_locate_eol
-static inline const char *_http_locate_eol(const char *line, size_t *eol_len)
+static inline const char *_http_locate_eol(const char *line, int *eol_len)
 {
        const char *eol = strpbrk(line, "\r\n");
        
@@ -129,7 +129,6 @@ static inline zval *_convert_to_type_ex(int type, zval *z)
        return z;
 }
 
-#define zval_set_type(z, t)
 
 #endif