push a load of changes before holidays
[m6w6/ext-http] / php_http_fluently_callable.h
1 #ifndef PHP_HTTP_FLUENTLY_CALLABLE_H
2 #define PHP_HTTP_FLUENTLY_CALLABLE_H
3
4 extern zend_class_entry *php_http_fluently_callable_class_entry;
5 extern zend_function_entry php_http_fluently_callable_method_entry[];
6
7 extern PHP_MINIT_FUNCTION(http_fluently_callable);
8
9 #endif /* PHP_HTTP_FLUENTLY_CALLABLE_H */