]> granicus.if.org Git - php/commitdiff
fix def.
authorDaniel Beulshausen <dbeu@php.net>
Fri, 7 Sep 2001 13:35:32 +0000 (13:35 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Fri, 7 Sep 2001 13:35:32 +0000 (13:35 +0000)
ext/yaz/php_yaz.c

index 8862fdef00261872758eef8369b33e2289e19ad6..f2a281867094e787861d9a4b30d32dcf9696a306 100644 (file)
@@ -2609,7 +2609,7 @@ void yaz_close_session(Yaz_Association *as)
        }
 }
 
-static void yaz_close_link (zend_rsrc_list_entry *rsrc)
+static void yaz_close_link (zend_rsrc_list_entry *rsrc TSRMLS_DC)
 {
        Yaz_Association *as = (Yaz_Association *) rsrc->ptr;
        yaz_close_session (as);