summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2004-02-26 20:31:14 +0000
committerFrank M. Kromann <fmk@php.net>2004-02-26 20:31:14 +0000
commit29500c867d5f478e8b4fa5700d64af03529bae71 (patch)
treed86c3734f7d4c89ecf05f715415c64688159b79f /ext/fbsql/php_fbsql.h
parent9346ff2de49889e3cbf47278074f67859abe7bf6 (diff)
downloadphp-git-29500c867d5f478e8b4fa5700d64af03529bae71.tar.gz
Adding function to change user passwords
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r--ext/fbsql/php_fbsql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h
index abb83049dd..cf3d99f1f0 100644
--- a/ext/fbsql/php_fbsql.h
+++ b/ext/fbsql/php_fbsql.h
@@ -97,6 +97,7 @@ PHP_FUNCTION(fbsql_database_password);
PHP_FUNCTION(fbsql_username);
PHP_FUNCTION(fbsql_password);
PHP_FUNCTION(fbsql_warnings);
+PHP_FUNCTION(fbsql_set_password);
PHP_FUNCTION(fbsql_get_autostart_info);
/* PHP_FUNCTION(fbsql_set_autostart_info); */