diff options
author | Frank M. Kromann <fmk@php.net> | 2003-01-09 08:28:19 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2003-01-09 08:28:19 +0000 |
commit | 7917d26b57123bc9805e49c84fd5d7a65c01c094 (patch) | |
tree | da9aefe50ffb5b299580913dae5ae1f54ffcaae4 /ext/mssql/php_mssql.h | |
parent | 0cc6d8fccf96f8461342beef069f869a4627cf8f (diff) | |
download | php-git-7917d26b57123bc9805e49c84fd5d7a65c01c094.tar.gz |
MFH
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r-- | ext/mssql/php_mssql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index 9a134bad52..015c22401a 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -124,6 +124,7 @@ PHP_FUNCTION(mssql_min_message_severity); PHP_FUNCTION(mssql_init); PHP_FUNCTION(mssql_bind); PHP_FUNCTION(mssql_execute); +PHP_FUNCTION(mssql_free_statement); PHP_FUNCTION(mssql_guid_string); typedef struct mssql_link { |