- fix type
[m6w6/ext-http] / missing.h
1
2 #ifndef PHP_HTTP_MISSING
3 #define PHP_HTTP_MISSING
4
5 extern int zend_declare_property_double(zend_class_entry *ce, char *name, int name_length, double value, int access_type TSRMLS_DC);
6 extern void zend_update_property_double(zend_class_entry *scope, zval *object, char *name, int name_length, double value TSRMLS_DC);
7
8 #endif
9
10 /*
11 * Local variables:
12 * tab-width: 4
13 * c-basic-offset: 4
14 * End:
15 * vim600: noet sw=4 ts=4 fdm=marker
16 * vim<600: noet sw=4 ts=4
17 */
18