* add a real separator vs. a type juggler
[m6w6/ext-http] / php_http_neon.h
1 #ifndef PHP_HTTP_NEON_H
2 #define PHP_HTTP_NEON_H
3
4 php_http_request_ops_t *php_http_neon_get_request_ops(void);
5
6 PHP_MINIT_FUNCTION(http_neon);
7 PHP_MSHUTDOWN_FUNCTION(http_neon);
8
9 #endif /* PHP_HTTP_NEON_H */