summaryrefslogtreecommitdiff
path: root/ext/mcve/php_mcve.h
diff options
context:
space:
mode:
authorBrad House <bradmssw@php.net>2002-08-07 14:29:16 +0000
committerBrad House <bradmssw@php.net>2002-08-07 14:29:16 +0000
commita77c0a13f70324b8ea2b45397e206e7ff0da6353 (patch)
treeb92710868bdd4cac046879c63cb2885aa163ca28 /ext/mcve/php_mcve.h
parent885d8073e4d9035b20c31d7fa3442d8ccc6aa448 (diff)
downloadphp-git-a77c0a13f70324b8ea2b45397e206e7ff0da6353.tar.gz
more syncing with libmcve-3.0
Diffstat (limited to 'ext/mcve/php_mcve.h')
-rw-r--r--ext/mcve/php_mcve.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/mcve/php_mcve.h b/ext/mcve/php_mcve.h
index 6847538c36..59bff8ef3b 100644
--- a/ext/mcve/php_mcve.h
+++ b/ext/mcve/php_mcve.h
@@ -31,6 +31,7 @@ PHP_FUNCTION(mcve_destroyconn);
PHP_FUNCTION(mcve_setdropfile);
PHP_FUNCTION(mcve_setip);
PHP_FUNCTION(mcve_setssl);
+PHP_FUNCTION(mcve_setblocking);
PHP_FUNCTION(mcve_settimeout);
PHP_FUNCTION(mcve_verifyconnection);
PHP_FUNCTION(mcve_verifysslcert);
@@ -81,7 +82,10 @@ PHP_FUNCTION(mcve_ub);
PHP_FUNCTION(mcve_gl);
PHP_FUNCTION(mcve_chkpwd);
PHP_FUNCTION(mcve_bt);
-
+PHP_FUNCTION(mcve_uwait);
+PHP_FUNCTION(mcve_text_code);
+PHP_FUNCTION(mcve_text_avs);
+PHP_FUNCTION(mcve_text_cv);
PHP_FUNCTION(mcve_chngpwd);
PHP_FUNCTION(mcve_listusers);
PHP_FUNCTION(mcve_adduser);