code cleanup
[m6w6/ext-http] / php_http_params.h
index 47faf79bf9f5af1e56f031069c805c79fadc209d..a040139c38acc0a07b540ec9b6814170cac64f7f 100644 (file)
@@ -27,11 +27,11 @@ typedef struct php_http_params_opts {
 
 PHP_HTTP_API php_http_params_opts_t *php_http_params_opts_default_get(php_http_params_opts_t *opts);
 PHP_HTTP_API HashTable *php_http_params_parse(HashTable *params, const php_http_params_opts_t *opts TSRMLS_DC);
+PHP_HTTP_API php_http_buffer_t *php_http_params_to_string(php_http_buffer_t *buf, HashTable *params, const char *pss, size_t psl, const char *ass, size_t asl, const char *vss, size_t vsl TSRMLS_DC);
 
 typedef php_http_object_t php_http_params_object_t;
 
-extern zend_class_entry *php_http_params_class_entry;
-extern zend_function_entry php_http_params_method_entry[];
+zend_class_entry *php_http_params_get_class_entry(void);
 
 PHP_MINIT_FUNCTION(http_params);