From: Johannes Schlüter Date: Tue, 19 Jan 2010 13:24:02 +0000 (+0000) Subject: - A few more extern declarations X-Git-Tag: php-5.4.0alpha1~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85fcabf3ce988e15ac5104a4fded1d4bdbf656af;p=php - A few more extern declarations --- diff --git a/ext/spl/spl_dllist.h b/ext/spl/spl_dllist.h index 15713997ea..daaf55fb20 100644 --- a/ext/spl/spl_dllist.h +++ b/ext/spl/spl_dllist.h @@ -24,9 +24,9 @@ #include "php.h" #include "php_spl.h" -PHPAPI zend_class_entry *spl_ce_SplDoublyLinkedList; -PHPAPI zend_class_entry *spl_ce_SplQueue; -PHPAPI zend_class_entry *spl_ce_SplStack; +extern PHPAPI zend_class_entry *spl_ce_SplDoublyLinkedList; +extern PHPAPI zend_class_entry *spl_ce_SplQueue; +extern PHPAPI zend_class_entry *spl_ce_SplStack; PHP_MINIT_FUNCTION(spl_dllist);