summaryrefslogtreecommitdiff
path: root/ext/openssl/php_openssl.h
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2016-01-08 14:57:31 +0000
committerJakub Zelenka <bukka@php.net>2016-01-08 14:57:31 +0000
commit1d111320b947776efe375cedc700e9250e5c6e5a (patch)
tree5eabd71bddcf1bceecaac1129b5ebe3a0b484e32 /ext/openssl/php_openssl.h
parente00ba47d405190187faaf5b78669e873d26045d2 (diff)
downloadphp-git-1d111320b947776efe375cedc700e9250e5c6e5a.tar.gz
Add initial almost empty php_openssl_store_errors
Diffstat (limited to 'ext/openssl/php_openssl.h')
-rw-r--r--ext/openssl/php_openssl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/openssl/php_openssl.h b/ext/openssl/php_openssl.h
index a6f163560a..014ee5c212 100644
--- a/ext/openssl/php_openssl.h
+++ b/ext/openssl/php_openssl.h
@@ -66,6 +66,8 @@ ZEND_TSRMLS_CACHE_EXTERN();
php_stream_transport_factory_func php_openssl_ssl_socket_factory;
+void php_openssl_store_errors();
+
PHP_MINIT_FUNCTION(openssl);
PHP_MSHUTDOWN_FUNCTION(openssl);
PHP_MINFO_FUNCTION(openssl);