flush
[m6w6/ext-pq] / src / php_pq_params.h
index fe5d9c6f344b31ff6212efda8fc7afffc9a38799..f94cd9ccd951ac9d020ed1abf9cc5ccc0f6e1fc9 100644 (file)
@@ -24,12 +24,9 @@ typedef struct php_pq_params {
                unsigned count;
                char **strings;
        } param;
-#ifdef ZTS
-       void ***ts;
-#endif
 } php_pq_params_t;
 
-extern php_pq_params_t *php_pq_params_init(HashTable *conv, HashTable *oids, HashTable *params TSRMLS_DC);
+extern php_pq_params_t *php_pq_params_init(HashTable *conv, HashTable *oids, HashTable *params);
 extern void php_pq_params_free(php_pq_params_t **p);
 extern unsigned php_pq_params_set_params(php_pq_params_t *p, HashTable *params);
 extern unsigned php_pq_params_set_type_oids(php_pq_params_t *p, HashTable *oids);