diff options
author | Rob Richards <rrichards@php.net> | 2006-12-24 12:42:47 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2006-12-24 12:42:47 +0000 |
commit | 2185635e109250560d78e23f22bf2be3ec24aff3 (patch) | |
tree | 617bb7670ca6f6695025bd66d01ae91c019cac32 /ext/com_dotnet/com_saproxy.c | |
parent | 1a6ea57ee92ebec8516663d6c0320cd545c98e5f (diff) | |
download | php-git-2185635e109250560d78e23f22bf2be3ec24aff3.tar.gz |
update function signature
Diffstat (limited to 'ext/com_dotnet/com_saproxy.c')
-rw-r--r-- | ext/com_dotnet/com_saproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_saproxy.c b/ext/com_dotnet/com_saproxy.c index d7df074b0c..e8d6632da0 100644 --- a/ext/com_dotnet/com_saproxy.c +++ b/ext/com_dotnet/com_saproxy.c @@ -357,7 +357,7 @@ static int saproxy_objects_compare(zval *object1, zval *object2 TSRMLS_DC) return -1; } -static int saproxy_object_cast(zval *readobj, zval *writeobj, int type TSRMLS_DC) +static int saproxy_object_cast(zval *readobj, zval *writeobj, int type, void *extra TSRMLS_DC) { return FAILURE; } |