diff options
| author | Harald Radi <phanto@php.net> | 2001-06-03 15:35:41 +0000 |
|---|---|---|
| committer | Harald Radi <phanto@php.net> | 2001-06-03 15:35:41 +0000 |
| commit | c073b5ce04c964c4011bbeca500590363d9b9f84 (patch) | |
| tree | a9bd6ebea85f79a254e755429dc3704d28e520be /ext/com/conversion.h | |
| parent | b8627e62d488b799b5f578e4a888484fb9d9a750 (diff) | |
| download | php-git-c073b5ce04c964c4011bbeca500590363d9b9f84.tar.gz | |
added safearray to pval conversion for 1d arrays
Diffstat (limited to 'ext/com/conversion.h')
| -rw-r--r-- | ext/com/conversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com/conversion.h b/ext/com/conversion.h index f24b81868e..53d19a21de 100644 --- a/ext/com/conversion.h +++ b/ext/com/conversion.h @@ -5,7 +5,7 @@ BEGIN_EXTERN_C() extern void php_pval_to_variant(pval *pval_arg, VARIANT *var_arg, int codepage); extern void php_pval_to_variant_ex(pval *pval_arg, VARIANT *var_arg, pval *pval_type, int codepage); -extern void php_variant_to_pval(VARIANT *var_arg, pval *pval_arg, int persistent, int codepage); +extern int php_variant_to_pval(VARIANT *var_arg, pval *pval_arg, int persistent, int codepage); extern OLECHAR *php_char_to_OLECHAR(char *C_str, uint strlen, int codepage); extern char *php_OLECHAR_to_char(OLECHAR *unicode_str, uint *out_length, int persistent, int codepage); |
