- use PHP macros, so that it is obvious when to call what
[m6w6/ext-http] / php_http_encoding_api.h
index 92a2f9a7d58977eaf3c1ad203b22a099b5a2b8e1..7e235c7bc739cfabee25ebab86745d0261f69136 100644 (file)
@@ -38,7 +38,8 @@ PHP_HTTP_API STATUS _http_encoding_compress(int level, const char *data, size_t
 #define http_encoding_uncompress(d, dl, r, rl) _http_encoding_uncompress((d), (dl), (r), (rl) TSRMLS_CC)
 PHP_HTTP_API STATUS _http_encoding_uncompress(const char *data, size_t data_len, char **decoded, size_t *decoded_len TSRMLS_DC);
 
-#endif
+#endif /* HTTP_HAVE_ZLIB */
+
 #endif
 
 /*